| Package | Description |
|---|---|
| net.engio.mbassy.bus | |
| net.engio.mbassy.dispatch | |
| net.engio.mbassy.subscription |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageBus<T,P extends IMessageBus.IPostCommand>
The base class for all message bus implementations.
|
class |
MBassador<T> |
| Modifier and Type | Method and Description |
|---|---|
MessagePublication |
MessagePublication.Factory.createPublication(IMessageBus owningBus,
Collection<Subscription> subscriptions,
Object message) |
| Constructor and Description |
|---|
MessagePublication(IMessageBus bus,
Collection<Subscription> subscriptions,
Object message,
net.engio.mbassy.bus.MessagePublication.State initialState) |
| Modifier and Type | Method and Description |
|---|---|
IMessageBus |
IMessageBusAware.getBus() |
| Modifier and Type | Method and Description |
|---|---|
IMessageBus |
AbstractSubscriptionContextAware.getBus() |
IMessageBus |
SubscriptionContext.getOwningBus()
Get a reference to the message bus this context belongs to
|
| Constructor and Description |
|---|
SubscriptionContext(IMessageBus owningBus,
MessageHandlerMetadata handlerMetadata) |
Copyright © 2013. All Rights Reserved.