| Package | Description |
|---|---|
| net.engio.mbassy.bus | |
| net.engio.mbassy.subscription |
| Modifier and Type | Method and Description |
|---|---|
BusRuntime |
BusRuntime.add(String key,
Object property) |
BusRuntime |
RuntimeProvider.getRuntime() |
BusRuntime |
AbstractSyncMessageBus.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
MessagePublication |
MessagePublication.Factory.createPublication(BusRuntime runtime,
Collection<Subscription> subscriptions,
Object message) |
| Constructor and Description |
|---|
MessagePublication(BusRuntime runtime,
Collection<Subscription> subscriptions,
Object message,
net.engio.mbassy.bus.MessagePublication.State initialState) |
| Modifier and Type | Method and Description |
|---|---|
BusRuntime |
SubscriptionContext.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionFactory.createSubscription(BusRuntime runtime,
MessageHandlerMetadata handlerMetadata) |
| Constructor and Description |
|---|
SubscriptionContext(BusRuntime runtime,
MessageHandlerMetadata handlerMetadata,
Collection<IPublicationErrorHandler> errorHandlers) |
SubscriptionManager(MetadataReader metadataReader,
SubscriptionFactory subscriptionFactory,
BusRuntime runtime) |
Copyright © 2013. All Rights Reserved.