Package | Description |
---|---|
net.engio.mbassy.bus | |
net.engio.mbassy.bus.common | |
net.engio.mbassy.subscription |
Modifier and Type | Method and Description |
---|---|
BusRuntime |
BusRuntime.add(String key,
Object property) |
BusRuntime |
AbstractPubSubSupport.getRuntime() |
Modifier and Type | Method and Description |
---|---|
MessagePublication |
MessagePublication.Factory.createPublication(BusRuntime runtime,
Collection<Subscription> subscriptions,
Object message) |
Modifier and Type | Method and Description |
---|---|
BusRuntime |
RuntimeProvider.getRuntime() |
Modifier and Type | Method and Description |
---|---|
BusRuntime |
SubscriptionContext.getRuntime() |
Modifier and Type | Method and Description |
---|---|
SubscriptionManager |
ISubscriptionManagerProvider.createManager(MetadataReader reader,
SubscriptionFactory factory,
BusRuntime runtime) |
SubscriptionManager |
SubscriptionManagerProvider.createManager(MetadataReader reader,
SubscriptionFactory factory,
BusRuntime runtime) |
Subscription |
SubscriptionFactory.createSubscription(BusRuntime runtime,
MessageHandler handlerMetadata) |
Constructor and Description |
---|
SubscriptionContext(BusRuntime runtime,
MessageHandler handler,
Collection<IPublicationErrorHandler> errorHandlers) |
SubscriptionManager(MetadataReader metadataReader,
SubscriptionFactory subscriptionFactory,
BusRuntime runtime) |
Copyright © 2018. All rights reserved.