Uses of Interface
net.engio.mbassy.bus.error.IPublicationErrorHandler
Packages that use IPublicationErrorHandler
Package
Description
-
Uses of IPublicationErrorHandler in net.engio.mbassy.bus
Fields in net.engio.mbassy.bus with type parameters of type IPublicationErrorHandlerModifier and TypeFieldDescriptionprivate final List
<IPublicationErrorHandler> AbstractPubSubSupport.errorHandlers
Methods in net.engio.mbassy.bus that return types with arguments of type IPublicationErrorHandlerConstructors in net.engio.mbassy.bus with parameters of type IPublicationErrorHandlerModifierConstructorDescriptionMBassador
(IPublicationErrorHandler errorHandler) Construct with default settings and specified publication error handlerSyncMessageBus
(IPublicationErrorHandler errorHandler) Construct with default settings and specified publication error handler -
Uses of IPublicationErrorHandler in net.engio.mbassy.bus.common
Methods in net.engio.mbassy.bus.common that return types with arguments of type IPublicationErrorHandlerModifier and TypeMethodDescriptionErrorHandlingSupport.getRegisteredErrorHandlers()
Get all registered instance ofIPublicationErrorHandler
-
Uses of IPublicationErrorHandler in net.engio.mbassy.bus.config
Fields in net.engio.mbassy.bus.config with type parameters of type IPublicationErrorHandlerModifier and TypeFieldDescriptionprivate final List
<IPublicationErrorHandler> BusConfiguration.publicationErrorHandlers
Methods in net.engio.mbassy.bus.config that return types with arguments of type IPublicationErrorHandlerModifier and TypeMethodDescriptionBusConfiguration.getRegisteredPublicationErrorHandlers()
IBusConfiguration.getRegisteredPublicationErrorHandlers()
Get an unmodifiable collection of all registered publication error handlersMethods in net.engio.mbassy.bus.config with parameters of type IPublicationErrorHandlerModifier and TypeMethodDescriptionfinal BusConfiguration
BusConfiguration.addPublicationErrorHandler
(IPublicationErrorHandler handler) IBusConfiguration.addPublicationErrorHandler
(IPublicationErrorHandler handler) Add a handler that will be called whenever a publication error occurs. -
Uses of IPublicationErrorHandler in net.engio.mbassy.bus.error
Classes in net.engio.mbassy.bus.error that implement IPublicationErrorHandlerModifier and TypeClassDescriptionstatic final class
The default error handler will simply log to standard out and print the stack trace if available. -
Uses of IPublicationErrorHandler in net.engio.mbassy.subscription
Fields in net.engio.mbassy.subscription with type parameters of type IPublicationErrorHandlerModifier and TypeFieldDescriptionprivate final Collection
<IPublicationErrorHandler> SubscriptionContext.errorHandlers
Methods in net.engio.mbassy.subscription that return types with arguments of type IPublicationErrorHandlerModifier and TypeMethodDescriptionSubscriptionContext.getErrorHandlers()
Get the error handlers registered with the enclosing bus.Constructor parameters in net.engio.mbassy.subscription with type arguments of type IPublicationErrorHandlerModifierConstructorDescriptionSubscriptionContext
(BusRuntime runtime, MessageHandler handler, Collection<IPublicationErrorHandler> errorHandlers)