Class RpcRegistry.UpdateRemoteEndpoints
java.lang.Object
org.opendaylight.controller.remote.rpc.registry.RpcRegistry.UpdateRemoteEndpoints
- Enclosing class:
RpcRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateRemoteEndpoints
(Map<org.apache.pekko.actor.Address, Optional<RpcRegistry.RemoteRpcEndpoint>> rpcEndpoints) -
Method Summary
Modifier and TypeMethodDescriptionMap
<org.apache.pekko.actor.Address, Optional<RpcRegistry.RemoteRpcEndpoint>>
-
Constructor Details
-
UpdateRemoteEndpoints
public UpdateRemoteEndpoints(Map<org.apache.pekko.actor.Address, Optional<RpcRegistry.RemoteRpcEndpoint>> rpcEndpoints)
-
-
Method Details
-
getRpcEndpoints
public Map<org.apache.pekko.actor.Address,Optional<RpcRegistry.RemoteRpcEndpoint>> getRpcEndpoints()
-