Class RunningContext
- java.lang.Object
-
- org.opendaylight.controller.eos.akka.bootstrap.command.BootstrapCommand
-
- org.opendaylight.controller.eos.akka.bootstrap.command.RunningContext
-
public final class RunningContext extends BootstrapCommand
-
-
Constructor Summary
Constructors Constructor Description RunningContext(akka.actor.typed.ActorRef<TypeListenerRegistryCommand> listenerRegistry, akka.actor.typed.ActorRef<CandidateRegistryCommand> candidateRegistry, akka.actor.typed.ActorRef<StateCheckerCommand> ownerStateChecker, akka.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull akka.actor.typed.ActorRef<CandidateRegistryCommand>
getCandidateRegistry()
@NonNull akka.actor.typed.ActorRef<TypeListenerRegistryCommand>
getListenerRegistry()
@NonNull akka.actor.typed.ActorRef<StateCheckerCommand>
getOwnerStateChecker()
@NonNull akka.actor.typed.ActorRef<OwnerSupervisorCommand>
getOwnerSupervisor()
-
-
-
Constructor Detail
-
RunningContext
public RunningContext(akka.actor.typed.ActorRef<TypeListenerRegistryCommand> listenerRegistry, akka.actor.typed.ActorRef<CandidateRegistryCommand> candidateRegistry, akka.actor.typed.ActorRef<StateCheckerCommand> ownerStateChecker, akka.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor)
-
-
Method Detail
-
getListenerRegistry
public @NonNull akka.actor.typed.ActorRef<TypeListenerRegistryCommand> getListenerRegistry()
-
getCandidateRegistry
public @NonNull akka.actor.typed.ActorRef<CandidateRegistryCommand> getCandidateRegistry()
-
getOwnerStateChecker
public @NonNull akka.actor.typed.ActorRef<StateCheckerCommand> getOwnerStateChecker()
-
getOwnerSupervisor
public @NonNull akka.actor.typed.ActorRef<OwnerSupervisorCommand> getOwnerSupervisor()
-
-