| Modifier and Type | Method and Description |
|---|---|
MessagePublication |
MessagePublication.Factory.createPublication(BusRuntime runtime,
Collection<Subscription> subscriptions,
Object message) |
MessagePublication |
MessagePublication.markScheduled() |
MessagePublication |
MBassador.publishAsync(T message) |
MessagePublication |
MBassador.publishAsync(T message,
long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<MessagePublication> |
Feature.AsynchronousMessageDispatch.getPendingMessages() |
| Modifier and Type | Method and Description |
|---|---|
Feature.AsynchronousMessageDispatch |
Feature.AsynchronousMessageDispatch.setMessageQueue(BlockingQueue<MessagePublication> pendingMessages) |
| Constructor and Description |
|---|
PublicationError(Throwable cause,
String message,
MessagePublication publication) |
| Modifier and Type | Method and Description |
|---|---|
MessagePublication |
SyncAsyncPostCommand.asynchronously() |
MessagePublication |
ISyncAsyncPublicationCommand.asynchronously()
Execute the message publication asynchronously.
|
MessagePublication |
SyncAsyncPostCommand.asynchronously(long timeout,
TimeUnit unit) |
MessagePublication |
ISyncAsyncPublicationCommand.asynchronously(long timeout,
TimeUnit unit)
Execute the message publication asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageDispatcher.dispatch(MessagePublication publication,
Object message,
Iterable listeners)
Delivers the given message to the given set of listeners.
|
void |
MessageDispatcher.dispatch(MessagePublication publication,
Object message,
Iterable listeners) |
void |
EnvelopedMessageDispatcher.dispatch(MessagePublication publication,
Object message,
Iterable listeners) |
void |
FilteredMessageDispatcher.dispatch(MessagePublication publication,
Object message,
Iterable listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.publish(MessagePublication publication,
Object message) |
Copyright © 2014. All rights reserved.