Class GetEntityOwnerRequest
java.lang.Object
org.opendaylight.controller.eos.akka.owner.checker.command.StateCheckerCommand
org.opendaylight.controller.eos.akka.owner.checker.command.StateCheckerRequest<T>
org.opendaylight.controller.eos.akka.owner.checker.command.AbstractEntityRequest<GetEntityOwnerReply>
org.opendaylight.controller.eos.akka.owner.checker.command.GetEntityOwnerRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetEntityOwnerRequest(akka.actor.typed.ActorRef<GetEntityOwnerReply> replyTo, EntityId entity) -
Method Summary
Methods inherited from class org.opendaylight.controller.eos.akka.owner.checker.command.AbstractEntityRequest
getEntity, getName, getType, toStringMethods inherited from class org.opendaylight.controller.eos.akka.owner.checker.command.StateCheckerRequest
getReplyTo
-
Constructor Details
-
GetEntityOwnerRequest
public GetEntityOwnerRequest(akka.actor.typed.ActorRef<GetEntityOwnerReply> replyTo, EntityId entity)
-