Class GetEntitiesBackendRequest
java.lang.Object
org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorCommand
org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorRequest<GetEntitiesBackendReply>
org.opendaylight.controller.eos.akka.owner.supervisor.command.GetEntitiesBackendRequest
- All Implemented Interfaces:
Serializable
public final class GetEntitiesBackendRequest
extends OwnerSupervisorRequest<GetEntitiesBackendReply>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetEntitiesBackendRequest(akka.actor.typed.ActorRef<akka.pattern.StatusReply<GetEntitiesBackendReply>> replyTo) -
Method Summary
Methods inherited from class org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorRequest
getReplyTo
-
Constructor Details
-
GetEntitiesBackendRequest
public GetEntitiesBackendRequest(akka.actor.typed.ActorRef<akka.pattern.StatusReply<GetEntitiesBackendReply>> replyTo)
-