Class CandidateRegistry
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.actor.typed.Behavior
<CandidateRegistryCommand> create()
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
-
Field Details
-
KEY
-
-
Method Details
-
create
-
createReceive
- Specified by:
createReceive
in classorg.apache.pekko.actor.typed.javadsl.AbstractBehavior<CandidateRegistryCommand>
-