Class GetEntityOwnerBackendRequest
java.lang.Object
org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorCommand
org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorRequest<T>
org.opendaylight.controller.eos.akka.owner.supervisor.command.AbstractEntityRequest<GetEntityOwnerBackendReply>
org.opendaylight.controller.eos.akka.owner.supervisor.command.GetEntityOwnerBackendRequest
- All Implemented Interfaces:
Serializable
public final class GetEntityOwnerBackendRequest
extends AbstractEntityRequest<GetEntityOwnerBackendReply>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetEntityOwnerBackendRequest(akka.actor.typed.ActorRef<akka.pattern.StatusReply<GetEntityOwnerBackendReply>> replyTo, EntityId entity) -
Method Summary
Methods inherited from class org.opendaylight.controller.eos.akka.owner.supervisor.command.AbstractEntityRequest
getName, getTypeMethods inherited from class org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorRequest
getReplyTo
-
Constructor Details
-
GetEntityOwnerBackendRequest
public GetEntityOwnerBackendRequest(akka.actor.typed.ActorRef<akka.pattern.StatusReply<GetEntityOwnerBackendReply>> replyTo, EntityId entity)
-