Uses of Interface
net.engio.mbassy.bus.common.RuntimeProvider
-
Packages that use RuntimeProvider Package Description net.engio.mbassy.bus net.engio.mbassy.bus.common net.engio.mbassy.subscription -
-
Uses of RuntimeProvider in net.engio.mbassy.bus
Classes in net.engio.mbassy.bus that implement RuntimeProvider Modifier and Type Class Description classAbstractPubSubSupport<T>The base class for all message bus implementations.classAbstractSyncAsyncMessageBus<T,P extends ISyncAsyncPublicationCommand>The base class for all message bus implementations with support for asynchronous message dispatchclassMBassador<T>classSyncMessageBus<T>A message bus implementation that offers only synchronous message publication. -
Uses of RuntimeProvider in net.engio.mbassy.bus.common
Subinterfaces of RuntimeProvider in net.engio.mbassy.bus.common Modifier and Type Interface Description interfaceGenericMessagePublicationSupport<T,P extends IPublicationCommand>This interface is meant to be implemented by different bus implementations to offer a consistent way to plugin different methods of message publication.interfaceIMessageBus<T,P extends ISyncAsyncPublicationCommand>A message bus offers facilities for publishing messages to the message handlers of registered listeners.interfaceISyncMessageBus<T,P extends IPublicationCommand>interfacePubSubSupport<T>This interface defines the very basic message publication semantics according to the publish subscribe pattern. -
Uses of RuntimeProvider in net.engio.mbassy.subscription
Classes in net.engio.mbassy.subscription that implement RuntimeProvider Modifier and Type Class Description classSubscriptionContextThe subscription context holds all (meta)data/objects that are relevant to successfully publish a message within a subscription.
-