public static interface IMessageBus.IPostCommand<T>
| Modifier and Type | Method and Description |
|---|---|
MessagePublication |
asynchronously()
Execute the message publication asynchronously.
|
MessagePublication |
asynchronously(long timeout,
TimeUnit unit)
Execute the message publication asynchronously.
|
void |
now()
Execute the message publication immediately.
|
void now()
MessagePublication asynchronously()
MessagePublication asynchronously(long timeout, TimeUnit unit)
Copyright © 2013. All Rights Reserved.