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