Uses of Class
net.engio.mbassy.bus.BusRuntime
Packages that use BusRuntime
-
Uses of BusRuntime in net.engio.mbassy.bus
Fields in net.engio.mbassy.bus declared as BusRuntimeModifier and TypeFieldDescriptionprivate final BusRuntime
AbstractPubSubSupport.runtime
private final BusRuntime
MessagePublication.runtime
Methods in net.engio.mbassy.bus that return BusRuntimeMethods in net.engio.mbassy.bus with parameters of type BusRuntimeModifier and TypeMethodDescriptionMessagePublication.Factory.createPublication
(BusRuntime runtime, Collection<Subscription> subscriptions, Object message) Constructors in net.engio.mbassy.bus with parameters of type BusRuntimeModifierConstructorDescriptionprotected
MessagePublication
(BusRuntime runtime, Collection<Subscription> subscriptions, Object message, MessagePublication.State initialState) -
Uses of BusRuntime in net.engio.mbassy.bus.common
Methods in net.engio.mbassy.bus.common that return BusRuntime -
Uses of BusRuntime in net.engio.mbassy.subscription
Fields in net.engio.mbassy.subscription declared as BusRuntimeModifier and TypeFieldDescriptionprivate final BusRuntime
SubscriptionContext.runtime
private final BusRuntime
SubscriptionManager.runtime
Methods in net.engio.mbassy.subscription that return BusRuntimeMethods in net.engio.mbassy.subscription with parameters of type BusRuntimeModifier and TypeMethodDescriptionISubscriptionManagerProvider.createManager
(MetadataReader reader, SubscriptionFactory factory, BusRuntime runtime) SubscriptionManagerProvider.createManager
(MetadataReader reader, SubscriptionFactory factory, BusRuntime runtime) SubscriptionFactory.createSubscription
(BusRuntime runtime, MessageHandler handlerMetadata) Constructors in net.engio.mbassy.subscription with parameters of type BusRuntimeModifierConstructorDescriptionSubscriptionContext
(BusRuntime runtime, MessageHandler handler, Collection<IPublicationErrorHandler> errorHandlers) SubscriptionManager
(MetadataReader metadataReader, SubscriptionFactory subscriptionFactory, BusRuntime runtime)