Class BusRuntime

java.lang.Object
net.engio.mbassy.bus.BusRuntime

public class BusRuntime extends Object
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,