Uses of Interface
com.yahoo.messagebus.network.NetworkOwner
Packages that use NetworkOwner
Package
Description
This package contains the main API of the message bus.
This package declares the API of the network layer required by the message bus.
This package contains an RPC implementation of the Network interface declared in the com.yahoo.messagebus.network package.
-
Uses of NetworkOwner in com.yahoo.messagebus
Classes in com.yahoo.messagebus that implement NetworkOwnerModifier and TypeClassDescriptionfinal classA message bus contains the factory for creating sessions to send, receive and forward messages. -
Uses of NetworkOwner in com.yahoo.messagebus.network
Classes in com.yahoo.messagebus.network that implement NetworkOwnerModifier and TypeClassDescriptionclassA bridge between the reusable, singleton RPC network, and the generational message bus which uses this.Methods in com.yahoo.messagebus.network with parameters of type NetworkOwnerModifier and TypeMethodDescriptionvoidNetwork.attach(NetworkOwner owner) Attach the network layer to the given owner.voidNetworkMultiplexer.attach(NetworkOwner owner) Attach the network owner to this, allowing this to forward messages to it.voidNetworkMultiplexer.detach(NetworkOwner owner) Detach the network owner from this, no longer allowing messages to it, and shutting down this is ownerless.voidNetworkMultiplexer.registerSession(String session, NetworkOwner owner, boolean broadcast) voidNetworkMultiplexer.unregisterSession(String session, NetworkOwner owner, boolean broadcast) -
Uses of NetworkOwner in com.yahoo.messagebus.network.local
Methods in com.yahoo.messagebus.network.local with parameters of type NetworkOwner -
Uses of NetworkOwner in com.yahoo.messagebus.network.rpc
Methods in com.yahoo.messagebus.network.rpc with parameters of type NetworkOwner