Count

class Count<T>(subscribers: Int) : SubscriptionCommand<T>

Handles changes in the number of subscribers.

Parameters

subscribers

The number of subscribers.

Constructors

Link copied to clipboard
constructor(subscribers: Int)

Functions

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

Handles the subscription.