Package net.engio.mbassy.bus
Class SyncMessageBus.SyncPostCommand
java.lang.Object
net.engio.mbassy.bus.SyncMessageBus.SyncPostCommand
- All Implemented Interfaces:
IPublicationCommand
- Enclosing class:
SyncMessageBus<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
message
-
-
Constructor Details
-
SyncPostCommand
-
-
Method Details
-
now
Description copied from interface:IPublicationCommand
Execute the message publication immediately. This call blocks until every matching message handler has been invoked.- Specified by:
now
in interfaceIPublicationCommand
-