DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.addInterceptors(dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptor... interceptors) |
Add additional CommandBusInterceptor's to use
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.addInterceptors(List<dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptor> interceptors) |
Add additional CommandBusInterceptor's to use
|
static DurableLocalCommandBusBuilder |
DurableLocalCommandBus.builder() |
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.setCommandQueueName(QueueName commandQueueName) |
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.setCommandQueueRedeliveryPolicy(RedeliveryPolicy commandQueueRedeliveryPolicy) |
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.setDurableQueues(DurableQueues durableQueues) |
Set the underlying Durable Queues provider
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.setInterceptors(dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptor... interceptors) |
Set all the CommandBusInterceptor's to use
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.setInterceptors(List<dk.cloudcreate.essentials.reactive.command.interceptor.CommandBusInterceptor> interceptors) |
Set all the CommandBusInterceptor's to use
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.setParallelSendAndDontWaitConsumers(int parallelSendAndDontWaitConsumers) |
Set how many parallel DurableQueues consumers should listen for messages added using CommandBus.sendAndDontWait(Object)/ CommandBus.sendAndDontWait(Object, Duration)
Defaults to 10
|
DurableLocalCommandBusBuilder |
DurableLocalCommandBusBuilder.setSendAndDontWaitErrorHandler(dk.cloudcreate.essentials.reactive.command.SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler) |
Set the Exception handler that will handle errors that occur during CommandBus.sendAndDontWait(Object)/CommandBus.sendAndDontWait(Object, Duration).
|