Class GetRunningContext
- java.lang.Object
-
- org.opendaylight.controller.eos.akka.bootstrap.command.BootstrapCommand
-
- org.opendaylight.controller.eos.akka.bootstrap.command.GetRunningContext
-
public final class GetRunningContext extends BootstrapCommand
-
-
Constructor Summary
Constructors Constructor Description GetRunningContext(akka.actor.typed.ActorRef<RunningContext> replyTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.actor.typed.ActorRef<RunningContext>
getReplyTo()
-
-
-
Constructor Detail
-
GetRunningContext
public GetRunningContext(akka.actor.typed.ActorRef<RunningContext> replyTo)
-
-
Method Detail
-
getReplyTo
public akka.actor.typed.ActorRef<RunningContext> getReplyTo()
-
-