Uses of Class
com.yahoo.messagebus.network.Identity
Packages that use Identity
Package
Description
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 Identity in com.yahoo.messagebus.network
Constructors in com.yahoo.messagebus.network with parameters of type Identity -
Uses of Identity in com.yahoo.messagebus.network.rpc
Methods in com.yahoo.messagebus.network.rpc that return IdentityModifier and TypeMethodDescriptionRPCNetwork.getIdentity()Returns the identity of this network.RPCNetworkParams.getIdentity()Returns the identity to use for the network.Methods in com.yahoo.messagebus.network.rpc with parameters of type IdentityModifier and TypeMethodDescriptionRPCNetworkParams.setIdentity(Identity identity) Sets the identity to use for the network.