Package net.engio.mbassy.bus
Class BusRuntime
java.lang.Object
net.engio.mbassy.bus.BusRuntime
Message bus implementations potentially vary in the features they provide and consequently in the components and properties
they expose. The runtime is a container for all those dynamic properties and components and is meant to be passed around
between collaborating objects such that they may access the different functionality provided by the bus implementation
they all belong to.
It is the responsibility of the bus implementation to create and configure the runtime according to its capabilities,
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
provider
-
properties
-
-
Constructor Details
-
BusRuntime
-
-
Method Details
-
get
-
getProvider
-
getKeys
-
add
-
contains
-