Interface MessageBusExceptionListener
-
- All Superinterfaces:
BiConsumer<ProcessingContext<Object>,Exception>
public interface MessageBusExceptionListener extends BiConsumer<ProcessingContext<Object>,Exception>
An exception listener, that can be added dynamically for class to theMessageBus.- See Also:
- EventMaid Documentation
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
-