Uses of Package
dk.cloudcreate.essentials.components.foundation.reactive.command
Packages that use dk.cloudcreate.essentials.components.foundation.reactive.command
-
Classes in dk.cloudcreate.essentials.components.foundation.reactive.command used by dk.cloudcreate.essentials.components.foundation.reactive.commandClassDescriptionProvides a JVM local and durable, in regard to
DurableLocalCommandBus.sendAndDontWait(Object)/DurableLocalCommandBus.sendAndDontWait(Object, Duration)), variant of theCommandBusconcept
Durability forDurableLocalCommandBus.sendAndDontWait(Object)/DurableLocalCommandBus.sendAndDontWait(Object, Duration)) is delegated toDurableQueues
WhichQueueNamethat is used will be determined by the specifiedDurableLocalCommandBus.getCommandQueueName()
TheRedeliveryPolicyis determined by the specifiedDurableLocalCommandBus.getCommandQueueRedeliveryPolicy()
Note: If theSendAndDontWaitErrorHandlerprovided doesn't rethrow the exception, then the underlyingDurableQueueswill not be able to retry the command.
Due to this theDurableLocalCommandBusdefaults to using theSendAndDontWaitErrorHandler.RethrowingSendAndDontWaitErrorHandlerBuilder forDurableLocalCommandBus