Uses of Interface
de.quantummaid.eventmaid.messageBus.internal.exception.ExceptionListenerHandler
-
Packages that use ExceptionListenerHandler Package Description de.quantummaid.eventmaid.messageBus.internal de.quantummaid.eventmaid.messageBus.internal.exception -
-
Uses of ExceptionListenerHandler in de.quantummaid.eventmaid.messageBus.internal
Methods in de.quantummaid.eventmaid.messageBus.internal with parameters of type ExceptionListenerHandler Modifier and Type Method Description static MessageBusStatusInformationAdapterMessageBusStatusInformationAdapter. statusInformationAdapter(@NonNull MessageBusStatisticsCollector statisticsCollector, @NonNull MessageBusBrokerStrategy brokerStrategy, @NonNull ExceptionListenerHandler exceptionListenerHandler) -
Uses of ExceptionListenerHandler in de.quantummaid.eventmaid.messageBus.internal.exception
Classes in de.quantummaid.eventmaid.messageBus.internal.exception that implement ExceptionListenerHandler Modifier and Type Class Description classExceptionListenerHandlerImplMethods in de.quantummaid.eventmaid.messageBus.internal.exception with parameters of type ExceptionListenerHandler Modifier and Type Method Description static ErrorListenerDelegatingMessageBusExceptionHandlerErrorListenerDelegatingMessageBusExceptionHandler. errorListenerDelegatingMessageBusExceptionHandler(MessageBusExceptionHandler delegate, ExceptionListenerHandler exceptionListenerHandler)
-