InMemoryCommandBus
class InMemoryCommandBus(val sinkSupplier: (NamedAggregate) -> Sinks.Many<CommandMessage<*>> = {
Sinks.many().unicast().onBackpressureBuffer()
}) : InMemoryMessageBus<CommandMessage<*>, ServerCommandExchange<*>> , LocalCommandBus
InMemoryCommandBus .
Author
ahoo wang
Constructors
Link copied to clipboard
constructor(sinkSupplier: (NamedAggregate) -> Sinks.Many<CommandMessage<*>> = {
Sinks.many().unicast().onBackpressureBuffer()
})