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 classSyncMessageBus.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 interfaceGenericMessagePublicationSupport<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.interfaceISyncMessageBus<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 interfaceISyncAsyncPublicationCommandClasses in net.engio.mbassy.bus.publication that implement IPublicationCommand Modifier and Type Class Description classSyncAsyncPostCommand<T>This post command provides access to standard synchronous and asynchronous dispatch
-