Class ActionRegistry.UpdateRemoteActionEndpoints
java.lang.Object
org.opendaylight.controller.remote.rpc.registry.ActionRegistry.UpdateRemoteActionEndpoints
- Enclosing class:
 ActionRegistry
- 
Constructor Summary
ConstructorsConstructorDescriptionUpdateRemoteActionEndpoints(Map<org.apache.pekko.actor.Address, Optional<ActionRegistry.RemoteActionEndpoint>> actionEndpoints)  - 
Method Summary
Modifier and TypeMethodDescriptionMap<org.apache.pekko.actor.Address, Optional<ActionRegistry.RemoteActionEndpoint>>  
- 
Constructor Details
- 
UpdateRemoteActionEndpoints
public UpdateRemoteActionEndpoints(Map<org.apache.pekko.actor.Address, Optional<ActionRegistry.RemoteActionEndpoint>> actionEndpoints)  
 - 
 - 
Method Details
- 
getActionEndpoints
public Map<org.apache.pekko.actor.Address,Optional<ActionRegistry.RemoteActionEndpoint>> getActionEndpoints() 
 -