Uses of Interface
net.engio.mbassy.bus.publication.IPublicationCommand
-
Packages that use IPublicationCommand Package Description net.engio.mbassy.bus net.engio.mbassy.bus.common net.engio.mbassy.bus.publication -
-
Uses of IPublicationCommand in net.engio.mbassy.bus
Classes in net.engio.mbassy.bus that implement IPublicationCommand Modifier and Type Class Description class
SyncMessageBus.SyncPostCommand
-
Uses of IPublicationCommand in net.engio.mbassy.bus.common
Classes in net.engio.mbassy.bus.common with type parameters of type IPublicationCommand Modifier and Type Interface Description interface
GenericMessagePublicationSupport<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.interface
ISyncMessageBus<T,P extends IPublicationCommand>
-
Uses of IPublicationCommand in net.engio.mbassy.bus.publication
Subinterfaces of IPublicationCommand in net.engio.mbassy.bus.publication Modifier and Type Interface Description interface
ISyncAsyncPublicationCommand
Classes in net.engio.mbassy.bus.publication that implement IPublicationCommand Modifier and Type Class Description class
SyncAsyncPostCommand<T>
This post command provides access to standard synchronous and asynchronous dispatch
-