SubscriptionCommand

Subscription command to handle subscription.

Parameters

T

Type of the receive value from the subscription.

Inheritors

Types

Link copied to clipboard
interface Context<T>

Context for subscription command.

Functions

Link copied to clipboard
abstract suspend fun handle(ctx: SubscriptionCommand.Context<T>)

Handles the subscription.