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.CandidateRegistry

public final class CandidateRegistry extends org.apache.pekko.actor.typed.javadsl.AbstractBehavior<CandidateRegistryCommand>
Actor responsible for handling registrations of candidates into distributed-data.
  • 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$
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.pekko.cluster.ddata.Key<org.apache.pekko.cluster.ddata.ORMap<DOMEntity,org.apache.pekko.cluster.ddata.ORSet<String>>>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.pekko.actor.typed.Behavior<CandidateRegistryCommand>
     
    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
  • Field Details

    • KEY

      public static final org.apache.pekko.cluster.ddata.Key<org.apache.pekko.cluster.ddata.ORMap<DOMEntity,org.apache.pekko.cluster.ddata.ORSet<String>>> KEY
  • Method Details