| Package | Description |
|---|---|
| net.engio.mbassy.bus | |
| net.engio.mbassy.dispatch | |
| net.engio.mbassy.subscription |
| Modifier and Type | Method and Description |
|---|---|
protected MessagePublication |
AbstractMessageBus.addAsynchronousDeliveryRequest(MessagePublication request) |
protected MessagePublication |
AbstractMessageBus.addAsynchronousDeliveryRequest(MessagePublication request,
long timeout,
TimeUnit unit) |
MessagePublication |
IMessageBus.IPostCommand.asynchronously()
Execute the message publication asynchronously.
|
MessagePublication |
SyncAsyncPostCommand.asynchronously() |
MessagePublication |
IMessageBus.IPostCommand.asynchronously(long timeout,
TimeUnit unit)
Execute the message publication asynchronously.
|
MessagePublication |
SyncAsyncPostCommand.asynchronously(long timeout,
TimeUnit unit) |
MessagePublication |
MessagePublication.Factory.createPublication(IMessageBus owningBus,
Collection<Subscription> subscriptions,
Object message) |
MessagePublication |
MessagePublication.markScheduled() |
MessagePublication |
MBassador.publishAsync(T message) |
MessagePublication |
MBassador.publishAsync(T message,
long timeout,
TimeUnit unit) |
MessagePublication |
MessagePublication.setError() |
| Modifier and Type | Method and Description |
|---|---|
protected MessagePublication |
AbstractMessageBus.addAsynchronousDeliveryRequest(MessagePublication request) |
protected MessagePublication |
AbstractMessageBus.addAsynchronousDeliveryRequest(MessagePublication request,
long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageDispatcher.dispatch(MessagePublication publication,
Object message,
ConcurrentSet listeners)
Delivers the given message to the given set of listeners.
|
void |
MessageDispatcher.dispatch(MessagePublication publication,
Object message,
ConcurrentSet listeners) |
void |
EnvelopedMessageDispatcher.dispatch(MessagePublication publication,
Object message,
ConcurrentSet listeners) |
void |
FilteredMessageDispatcher.dispatch(MessagePublication publication,
Object message,
ConcurrentSet listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.publish(MessagePublication publication,
Object message) |
Copyright © 2013. All Rights Reserved.