CommandWaitNotifierSubscriber
class CommandWaitNotifierSubscriber<E : MessageExchange<*, M>, M : Message<*, *>, CommandId, NamedBoundedContext>(commandWaitNotifier: CommandWaitNotifier, processingStage: CommandStage, waitStrategy: WaitStrategyInfo, commandId: String, messageExchange: E, actual: CoreSubscriber<in Void>) : BaseSubscriber<Void>
Constructors
Link copied to clipboard
constructor(commandWaitNotifier: CommandWaitNotifier, processingStage: CommandStage, waitStrategy: WaitStrategyInfo, commandId: String, messageExchange: E, actual: CoreSubscriber<in Void>)