Package de.quantummaid.eventmaid.messageBus.exception
-
Interface Summary Interface Description MessageBusExceptionHandler Whenever anExceptionoccurs during the delivering of a message on aMessageBus, theMessageBusExceptionHandleris invoked with the message and the exception.MessageBusExceptionListener An exception listener, that can be added dynamically for class to theMessageBus. -
Class Summary Class Description ErrorThrowingMessageBusExceptionHandler The defaultMessageBusExceptionHandlerimplementation, that rethrows all exceptions.