Uses of Interface
net.engio.mbassy.bus.common.ErrorHandlingSupport
Packages that use ErrorHandlingSupport
-
Uses of ErrorHandlingSupport in net.engio.mbassy.bus
Classes in net.engio.mbassy.bus that implement ErrorHandlingSupportModifier and TypeClassDescriptionclassAbstractSyncAsyncMessageBus<T, P extends ISyncAsyncPublicationCommand>The base class for all message bus implementations with support for asynchronous message dispatchclassMBassador<T>classA message bus implementation that offers only synchronous message publication. -
Uses of ErrorHandlingSupport in net.engio.mbassy.bus.common
Subinterfaces of ErrorHandlingSupport in net.engio.mbassy.bus.commonModifier and TypeInterfaceDescriptioninterfaceGenericMessagePublicationSupport<T, P extends IPublicationCommand>This interface is meant to be implemented by different bus implementations to offer a consistent way to plugin different methods of message publication.interfaceIMessageBus<T, P extends ISyncAsyncPublicationCommand>A message bus offers facilities for publishing messages to the message handlers of registered listeners.interfaceISyncMessageBus<T, P extends IPublicationCommand>