Uses of Interface
de.quantummaid.eventmaid.messagebus.exception.MessageBusExceptionListener
-
-
Uses of MessageBusExceptionListener in de.quantummaid.eventmaid.messagebus
Methods in de.quantummaid.eventmaid.messagebus that return types with arguments of type MessageBusExceptionListener Modifier and Type Method Description List<MessageBusExceptionListener>MessageBusStatusInformation. getAllExceptionListener()Returns allMessageBusExceptionListenercurrently registered on theMessageBus.Methods in de.quantummaid.eventmaid.messagebus with parameters of type MessageBusExceptionListener Modifier and Type Method Description SubscriptionIdMessageBus. onException(CorrelationId correlationId, MessageBusExceptionListener exceptionListener)Adds a dynamicMessageBusExceptionListenerfor the messages matching theCorrelationId.SubscriptionIdMessageBus. onException(EventType eventType, MessageBusExceptionListener exceptionListener)Adds a dynamicMessageBusExceptionListenerfor the messages with theEventType -
Uses of MessageBusExceptionListener in de.quantummaid.eventmaid.messagebus.exception
Method parameters in de.quantummaid.eventmaid.messagebus.exception with type arguments of type MessageBusExceptionListener Modifier and Type Method Description default voidMessageBusExceptionHandler. callTemporaryExceptionListener(ProcessingContext<Object> message, Exception e, List<MessageBusExceptionListener> listeners)For each exception, this method is responsible to call the dynamically addedMessageBusExceptionListener. -
Uses of MessageBusExceptionListener in de.quantummaid.eventmaid.messagebus.internal
Methods in de.quantummaid.eventmaid.messagebus.internal that return types with arguments of type MessageBusExceptionListener Modifier and Type Method Description List<MessageBusExceptionListener>MessageBusStatusInformationAdapter. getAllExceptionListener() -
Uses of MessageBusExceptionListener in de.quantummaid.eventmaid.messagebus.internal.exception
Methods in de.quantummaid.eventmaid.messagebus.internal.exception that return types with arguments of type MessageBusExceptionListener Modifier and Type Method Description List<MessageBusExceptionListener>ExceptionListenerHandler. allListener()List<MessageBusExceptionListener>ExceptionListenerHandlerImpl. allListener()List<MessageBusExceptionListener>ExceptionListenerHandler. listenerFor(ProcessingContext<?> processingContext)List<MessageBusExceptionListener>ExceptionListenerHandlerImpl. listenerFor(ProcessingContext<?> processingContext)Methods in de.quantummaid.eventmaid.messagebus.internal.exception with parameters of type MessageBusExceptionListener Modifier and Type Method Description SubscriptionIdExceptionListenerHandler. register(CorrelationId correlationId, MessageBusExceptionListener exceptionListener)SubscriptionIdExceptionListenerHandler. register(EventType eventType, MessageBusExceptionListener exceptionListener)SubscriptionIdExceptionListenerHandlerImpl. register(CorrelationId correlationId, MessageBusExceptionListener exceptionListener)SubscriptionIdExceptionListenerHandlerImpl. register(EventType eventType, MessageBusExceptionListener exceptionListener)
-