Uses of Interface
dk.cloudcreate.essentials.reactive.command.SendAndDontWaitErrorHandler
-
Packages that use SendAndDontWaitErrorHandler Package Description dk.cloudcreate.essentials.reactive.command -
-
Uses of SendAndDontWaitErrorHandler in dk.cloudcreate.essentials.reactive.command
Classes in dk.cloudcreate.essentials.reactive.command that implement SendAndDontWaitErrorHandler Modifier and Type Class Description static classSendAndDontWaitErrorHandler.FallbackSendAndDontWaitErrorHandlerFallbackSendAndDontWaitErrorHandlerthat only error logs any issues.
Note: If theSendAndDontWaitErrorHandler.FallbackSendAndDontWaitErrorHandleris used with a Durable Command Bus (e.g.static classSendAndDontWaitErrorHandler.RethrowingSendAndDontWaitErrorHandlerFallbackSendAndDontWaitErrorHandlerthat error logs any issues and rethrows the exception.
TheSendAndDontWaitErrorHandler.RethrowingSendAndDontWaitErrorHandleris compatible with a Durable Command Bus (e.g.Fields in dk.cloudcreate.essentials.reactive.command declared as SendAndDontWaitErrorHandler Modifier and Type Field Description protected SendAndDontWaitErrorHandlerAbstractCommandBus. sendAndDontWaitErrorHandlerConstructors in dk.cloudcreate.essentials.reactive.command with parameters of type SendAndDontWaitErrorHandler Constructor Description AbstractCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, List<CommandBusInterceptor> interceptors)LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler)LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, CommandBusInterceptor... interceptors)LocalCommandBus(SendAndDontWaitErrorHandler sendAndDontWaitErrorHandler, List<CommandBusInterceptor> interceptors)
-