Restart

class Restart<T>(key: SubscriptionKey<T>, revision: String, restartedAt: Long) : SubscriptionCommand<T>

Constructors

Link copied to clipboard
constructor(key: SubscriptionKey<T>, revision: String, restartedAt: Long)

Functions

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

Handles the subscription.