Uses of Class
org.opendaylight.controller.eos.akka.owner.checker.command.GetEntitiesReply
Packages that use GetEntitiesReply
-
Uses of GetEntitiesReply 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 GetEntitiesReplyModifier and TypeMethodDescription@NonNull akka.actor.typed.ActorRef<GetEntitiesReply>GetCandidates.getReplyTo()akka.actor.typed.ActorRef<GetEntitiesReply>OwnerDataResponse.getReplyTo()Constructor parameters in org.opendaylight.controller.eos.akka.owner.checker.command with type arguments of type GetEntitiesReplyModifierConstructorDescriptionGetCandidates(akka.cluster.ddata.typed.javadsl.Replicator.GetResponse<akka.cluster.ddata.ORMap<org.opendaylight.mdsal.eos.dom.api.DOMEntity, akka.cluster.ddata.ORSet<String>>> response, akka.actor.typed.ActorRef<GetEntitiesReply> replyTo) GetEntitiesRequest(akka.actor.typed.ActorRef<GetEntitiesReply> replyTo) OwnerDataResponse(akka.cluster.ddata.typed.javadsl.Replicator.GetResponse<akka.cluster.ddata.LWWRegister<String>> response, akka.actor.typed.ActorRef<GetEntitiesReply> replyTo)