Uses of Interface
net.engio.mbassy.bus.publication.ISyncAsyncPublicationCommand
-
Packages that use ISyncAsyncPublicationCommand Package Description net.engio.mbassy.bus net.engio.mbassy.bus.common net.engio.mbassy.bus.publication -
-
Uses of ISyncAsyncPublicationCommand in net.engio.mbassy.bus
Classes in net.engio.mbassy.bus with type parameters of type ISyncAsyncPublicationCommand Modifier and Type Class Description class
AbstractSyncAsyncMessageBus<T,P extends ISyncAsyncPublicationCommand>
The base class for all message bus implementations with support for asynchronous message dispatch -
Uses of ISyncAsyncPublicationCommand in net.engio.mbassy.bus.common
Classes in net.engio.mbassy.bus.common with type parameters of type ISyncAsyncPublicationCommand Modifier and Type Interface Description interface
IMessageBus<T,P extends ISyncAsyncPublicationCommand>
A message bus offers facilities for publishing messages to the message handlers of registered listeners. -
Uses of ISyncAsyncPublicationCommand in net.engio.mbassy.bus.publication
Classes in net.engio.mbassy.bus.publication that implement ISyncAsyncPublicationCommand Modifier and Type Class Description class
SyncAsyncPostCommand<T>
This post command provides access to standard synchronous and asynchronous dispatch
-