Class ExceptionListenerHandlerImpl
- java.lang.Object
-
- de.quantummaid.eventmaid.messageBus.internal.exception.ExceptionListenerHandlerImpl
-
- All Implemented Interfaces:
ExceptionListenerHandler
public class ExceptionListenerHandlerImpl extends Object implements ExceptionListenerHandler
-
-
Constructor Summary
Constructors Constructor Description ExceptionListenerHandlerImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MessageBusExceptionListener>allListener()static ExceptionListenerHandlerImplerrorListenerHandler()List<MessageBusExceptionListener>listenerFor(ProcessingContext<?> processingContext)SubscriptionIdregister(CorrelationId correlationId, MessageBusExceptionListener exceptionListener)SubscriptionIdregister(EventType eventType, MessageBusExceptionListener exceptionListener)voidunregister(SubscriptionId subscriptionId)
-
-
-
Method Detail
-
errorListenerHandler
public static ExceptionListenerHandlerImpl errorListenerHandler()
-
register
public SubscriptionId register(EventType eventType, MessageBusExceptionListener exceptionListener)
- Specified by:
registerin interfaceExceptionListenerHandler
-
register
public SubscriptionId register(CorrelationId correlationId, MessageBusExceptionListener exceptionListener)
- Specified by:
registerin interfaceExceptionListenerHandler
-
unregister
public void unregister(SubscriptionId subscriptionId)
- Specified by:
unregisterin interfaceExceptionListenerHandler
-
listenerFor
public List<MessageBusExceptionListener> listenerFor(ProcessingContext<?> processingContext)
- Specified by:
listenerForin interfaceExceptionListenerHandler
-
allListener
public List<MessageBusExceptionListener> allListener()
- Specified by:
allListenerin interfaceExceptionListenerHandler
-
-