Uses of Class
org.opendaylight.controller.eos.akka.owner.checker.command.GetEntityOwnerReply
Packages that use GetEntityOwnerReply
-
Uses of GetEntityOwnerReply in org.opendaylight.controller.eos.akka.owner.checker.command
Methods in org.opendaylight.controller.eos.akka.owner.checker.command that return types with arguments of type GetEntityOwnerReplyModifier and TypeMethodDescriptionakka.actor.typed.ActorRef<GetEntityOwnerReply>GetOwnerForEntity.getReplyTo()Constructor parameters in org.opendaylight.controller.eos.akka.owner.checker.command with type arguments of type GetEntityOwnerReplyModifierConstructorDescriptionGetEntityOwnerRequest(akka.actor.typed.ActorRef<GetEntityOwnerReply> replyTo, EntityId entity) GetOwnerForEntity(@NonNull akka.cluster.ddata.typed.javadsl.Replicator.GetResponse<akka.cluster.ddata.LWWRegister<String>> response, org.opendaylight.mdsal.eos.dom.api.DOMEntity entity, akka.actor.typed.ActorRef<GetEntityOwnerReply> replyTo)