Class RpcRegistry.Messages.UpdateRemoteEndpoints
- java.lang.Object
-
- org.opendaylight.controller.remote.rpc.registry.RpcRegistry.Messages.UpdateRemoteEndpoints
-
- Enclosing class:
- RpcRegistry.Messages
public static final class RpcRegistry.Messages.UpdateRemoteEndpoints extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateRemoteEndpoints(Map<akka.actor.Address,Optional<RpcRegistry.RemoteRpcEndpoint>> rpcEndpoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<akka.actor.Address,Optional<RpcRegistry.RemoteRpcEndpoint>>
getRpcEndpoints()
-
-
-
Constructor Detail
-
UpdateRemoteEndpoints
public UpdateRemoteEndpoints(Map<akka.actor.Address,Optional<RpcRegistry.RemoteRpcEndpoint>> rpcEndpoints)
-
-
Method Detail
-
getRpcEndpoints
public Map<akka.actor.Address,Optional<RpcRegistry.RemoteRpcEndpoint>> getRpcEndpoints()
-
-