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