Uses of Class
net.engio.mbassy.bus.BusRuntime
Packages that use BusRuntime
-
Uses of BusRuntime in net.engio.mbassy.bus
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 BusRuntimeModifierConstructorDescriptionprotectedMessagePublication(BusRuntime runtime, Collection<Subscription> subscriptions, Object message, net.engio.mbassy.bus.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
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)