Uses of Interface
dk.cloudcreate.essentials.reactive.command.SendAndDontWaitErrorHandler
Packages that use SendAndDontWaitErrorHandler
-
Uses of SendAndDontWaitErrorHandler in dk.cloudcreate.essentials.reactive.command
Classes in dk.cloudcreate.essentials.reactive.command that implement SendAndDontWaitErrorHandlerModifier and TypeClassDescriptionstatic classFallbackSendAndDontWaitErrorHandlerthat only error logs any issues.
Note: If theSendAndDontWaitErrorHandler.FallbackSendAndDontWaitErrorHandleris used with a Durable Command Bus (e.g. using DurableQueues), then any failing command will not be retried.
Instead useSendAndDontWaitErrorHandler.RethrowingSendAndDontWaitErrorHandlerstatic classFallbackSendAndDontWaitErrorHandlerthat error logs any issues and rethrows the exception.
TheSendAndDontWaitErrorHandler.RethrowingSendAndDontWaitErrorHandleris compatible with a Durable Command Bus (e.g. using DurableQueues), as rethrowing the exceptions allows the command to be retriedFields in dk.cloudcreate.essentials.reactive.command declared as SendAndDontWaitErrorHandlerModifier and TypeFieldDescriptionprotected final SendAndDontWaitErrorHandlerAbstractCommandBus.sendAndDontWaitErrorHandlerConstructors in dk.cloudcreate.essentials.reactive.command with parameters of type SendAndDontWaitErrorHandlerModifierConstructorDescriptionprotectedAbstractCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, List<CommandBusInterceptor> interceptors) LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler) LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, CommandBusInterceptor... interceptors) LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, List<CommandBusInterceptor> interceptors)