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(ActorRef<RunningContext> replyTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef<RunningContext>
getReplyTo()
-
-
-
Constructor Detail
-
GetRunningContext
public GetRunningContext(ActorRef<RunningContext> replyTo)
-
-
Method Detail
-
getReplyTo
public ActorRef<RunningContext> getReplyTo()
-
-