Class CandidateRegistryInit

java.lang.Object
org.apache.pekko.actor.typed.Behavior<CandidateRegistryCommand>
org.apache.pekko.actor.typed.ExtensibleBehavior<CandidateRegistryCommand>
org.apache.pekko.actor.typed.javadsl.AbstractBehavior<CandidateRegistryCommand>
org.opendaylight.controller.eos.akka.registry.candidate.CandidateRegistryInit

public class CandidateRegistryInit extends org.apache.pekko.actor.typed.javadsl.AbstractBehavior<CandidateRegistryCommand>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.pekko.actor.typed.Behavior

    org.apache.pekko.actor.typed.Behavior.BehaviorDecorators<Inner>, org.apache.pekko.actor.typed.Behavior.BehaviorDecorators$
  • Constructor Summary

    Constructors
    Constructor
    Description
    CandidateRegistryInit(org.apache.pekko.actor.typed.javadsl.ActorContext<CandidateRegistryCommand> ctx, org.apache.pekko.actor.typed.javadsl.StashBuffer<CandidateRegistryCommand> stash, org.apache.pekko.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.pekko.actor.typed.Behavior<CandidateRegistryCommand>
    create(org.apache.pekko.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor)
     
    org.apache.pekko.actor.typed.javadsl.Receive<CandidateRegistryCommand>
     

    Methods inherited from class org.apache.pekko.actor.typed.javadsl.AbstractBehavior

    getContext, newReceiveBuilder, receive, receiveSignal

    Methods inherited from class org.apache.pekko.actor.typed.Behavior

    _tag, BehaviorDecorators, canonicalize, existsInStack, interpretMessage, interpretSignal, isAlive, isDeferred, isUnhandled, narrow, start, unsafeCast, validateAsInitial

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait