dispatchReceiveSuccess
fun <T> SubscriptionCommand.Context<T>.dispatchReceiveSuccess(data: T, contentEquals: SubscriptionContentEquals<T>? = null)(source)
Dispatches the success result of the subscription.
Parameters
data
The data of the subscription.