Uses of Class
net.engio.mbassy.bus.BusRuntime
-
Packages that use BusRuntime Package Description net.engio.mbassy.bus net.engio.mbassy.bus.common net.engio.mbassy.subscription -
-
Uses of BusRuntime in net.engio.mbassy.bus
Fields in net.engio.mbassy.bus declared as BusRuntime Modifier and Type Field Description private BusRuntime
AbstractPubSubSupport. runtime
private BusRuntime
MessagePublication. runtime
Methods in net.engio.mbassy.bus that return BusRuntime Modifier and Type Method Description BusRuntime
BusRuntime. add(java.lang.String key, java.lang.Object property)
BusRuntime
AbstractPubSubSupport. getRuntime()
Methods in net.engio.mbassy.bus with parameters of type BusRuntime Modifier and Type Method Description MessagePublication
MessagePublication.Factory. createPublication(BusRuntime runtime, java.util.Collection<Subscription> subscriptions, java.lang.Object message)
Constructors in net.engio.mbassy.bus with parameters of type BusRuntime Constructor Description MessagePublication(BusRuntime runtime, java.util.Collection<Subscription> subscriptions, java.lang.Object message, MessagePublication.State initialState)
-
Uses of BusRuntime in net.engio.mbassy.bus.common
Methods in net.engio.mbassy.bus.common that return BusRuntime Modifier and Type Method Description BusRuntime
RuntimeProvider. getRuntime()
-
Uses of BusRuntime in net.engio.mbassy.subscription
Fields in net.engio.mbassy.subscription declared as BusRuntime Modifier and Type Field Description private BusRuntime
SubscriptionContext. runtime
private BusRuntime
SubscriptionManager. runtime
Methods in net.engio.mbassy.subscription that return BusRuntime Modifier and Type Method Description BusRuntime
SubscriptionContext. getRuntime()
Methods in net.engio.mbassy.subscription with parameters of type BusRuntime Modifier and Type Method 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)
Constructors in net.engio.mbassy.subscription with parameters of type BusRuntime Constructor Description SubscriptionContext(BusRuntime runtime, MessageHandler handler, java.util.Collection<IPublicationErrorHandler> errorHandlers)
SubscriptionManager(MetadataReader metadataReader, SubscriptionFactory subscriptionFactory, BusRuntime runtime)
-