Class CandidateRegistryInit
- java.lang.Object
-
- akka.actor.typed.Behavior<T>
-
- akka.actor.typed.ExtensibleBehavior<T>
-
- akka.actor.typed.javadsl.AbstractBehavior<CandidateRegistryCommand>
-
- org.opendaylight.controller.eos.akka.registry.candidate.CandidateRegistryInit
-
public class CandidateRegistryInit extends AbstractBehavior<CandidateRegistryCommand>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.actor.typed.Behavior
Behavior.BehaviorDecorators<Inner extends Object>, Behavior.BehaviorDecorators$
-
-
Constructor Summary
Constructors Constructor Description CandidateRegistryInit(ActorContext<CandidateRegistryCommand> ctx, StashBuffer<CandidateRegistryCommand> stash, ActorRef<OwnerSupervisorCommand> ownerSupervisor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Behavior<CandidateRegistryCommand>
create(ActorRef<OwnerSupervisorCommand> ownerSupervisor)
Receive<CandidateRegistryCommand>
createReceive()
-
Methods inherited from class akka.actor.typed.javadsl.AbstractBehavior
getContext, newReceiveBuilder, receive, receiveSignal
-
Methods inherited from class akka.actor.typed.Behavior
_tag, BehaviorDecorators, canonicalize, existsInStack, interpretMessage, interpretSignal, isAlive, isDeferred, isUnhandled, narrow, start, unsafeCast, validateAsInitial
-
-
-
-
Constructor Detail
-
CandidateRegistryInit
public CandidateRegistryInit(ActorContext<CandidateRegistryCommand> ctx, StashBuffer<CandidateRegistryCommand> stash, ActorRef<OwnerSupervisorCommand> ownerSupervisor)
-
-
Method Detail
-
create
public static Behavior<CandidateRegistryCommand> create(ActorRef<OwnerSupervisorCommand> ownerSupervisor)
-
createReceive
public Receive<CandidateRegistryCommand> createReceive()
- Specified by:
createReceive
in classAbstractBehavior<CandidateRegistryCommand>
-
-