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 BusRuntimeAbstractPubSubSupport. runtimeprivate BusRuntimeMessagePublication. runtimeMethods in net.engio.mbassy.bus that return BusRuntime Modifier and Type Method Description BusRuntimeBusRuntime. add(java.lang.String key, java.lang.Object property)BusRuntimeAbstractPubSubSupport. getRuntime()Methods in net.engio.mbassy.bus with parameters of type BusRuntime Modifier and Type Method Description MessagePublicationMessagePublication.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 BusRuntimeRuntimeProvider. getRuntime() -
Uses of BusRuntime in net.engio.mbassy.subscription
Fields in net.engio.mbassy.subscription declared as BusRuntime Modifier and Type Field Description private BusRuntimeSubscriptionContext. runtimeprivate BusRuntimeSubscriptionManager. runtimeMethods in net.engio.mbassy.subscription that return BusRuntime Modifier and Type Method Description BusRuntimeSubscriptionContext. getRuntime()Methods in net.engio.mbassy.subscription with parameters of type BusRuntime Modifier and Type Method Description SubscriptionManagerISubscriptionManagerProvider. createManager(MetadataReader reader, SubscriptionFactory factory, BusRuntime runtime)SubscriptionManagerSubscriptionManagerProvider. createManager(MetadataReader reader, SubscriptionFactory factory, BusRuntime runtime)SubscriptionSubscriptionFactory. 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)
-