dispatchResult
fun <T> SubscriptionCommand.Context<T>.dispatchResult(key: SubscriptionKey<T>, result: Result<T>, marker: Marker)
Dispatches the result of the subscription.
Parameters
key
The subscription key.
result
The result of the subscription.
marker
The marker for the subscription.