java.lang.Object
org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorCommand
org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorRequest<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractEntityRequest, GetEntitiesBackendRequest

public abstract class OwnerSupervisorRequest<T extends OwnerSupervisorReply> extends OwnerSupervisorCommand implements Serializable
See Also:
  • Method Details

    • getReplyTo

      public final @NonNull akka.actor.typed.ActorRef<akka.pattern.StatusReply<T>> getReplyTo()