Package net.engio.mbassy.bus.common
Interface RuntimeProvider
-
- All Known Subinterfaces:
GenericMessagePublicationSupport<T,P>,IMessageBus<T,P>,ISyncMessageBus<T,P>,PubSubSupport<T>
- All Known Implementing Classes:
AbstractPubSubSupport,AbstractSyncAsyncMessageBus,MBassador,SubscriptionContext,SyncMessageBus
public interface RuntimeProviderEach message bus provides a runtime object to access its dynamic features and runtime configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusRuntimegetRuntime()
-
-
-
Method Detail
-
getRuntime
BusRuntime getRuntime()
-
-