Context
Properties
Functions
Link copied to clipboard
Dispatches the failure result of the subscription.
Link copied to clipboard
fun <T> SubscriptionCommand.Context<T>.dispatchReceiveSuccess(data: T, contentEquals: SubscriptionContentEquals<T>? = null)
Dispatches the success result of the subscription.
Link copied to clipboard
fun <T> SubscriptionCommand.Context<T>.dispatchResult(key: SubscriptionKey<T>, result: Result<T>, marker: Marker)
Dispatches the result of the subscription.
Link copied to clipboard
fun <T> SubscriptionCommand.Context<T>.reportSubscriptionError(error: Throwable, id: UniqueId, marker: Marker)
Reports the subscription error.