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