Uses of Interface
net.engio.mbassy.bus.common.GenericMessagePublicationSupport
Packages that use GenericMessagePublicationSupport
-
Uses of GenericMessagePublicationSupport in net.engio.mbassy.bus
Classes in net.engio.mbassy.bus that implement GenericMessagePublicationSupportModifier and TypeClassDescriptionclass
AbstractSyncAsyncMessageBus<T,
P extends ISyncAsyncPublicationCommand> The base class for all message bus implementations with support for asynchronous message dispatchclass
MBassador<T>
class
A message bus implementation that offers only synchronous message publication. -
Uses of GenericMessagePublicationSupport in net.engio.mbassy.bus.common
Subinterfaces of GenericMessagePublicationSupport in net.engio.mbassy.bus.commonModifier and TypeInterfaceDescriptioninterface
IMessageBus<T,
P extends ISyncAsyncPublicationCommand> A message bus offers facilities for publishing messages to the message handlers of registered listeners.interface
ISyncMessageBus<T,
P extends IPublicationCommand>