Class CandidateRegistry
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.CandidateRegistry
Actor responsible for handling registrations of candidates into distributed-data.
-
Nested Class Summary
Nested classes/interfaces inherited from class akka.actor.typed.Behavior
Behavior.BehaviorDecorators<Inner extends Object>, Behavior.BehaviorDecorators$
-
Field Summary
Fields -
Method Summary
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
-
Field Details
-
KEY
-
-
Method Details
-
create
-
createReceive
- Specified by:
createReceive
in classAbstractBehavior<CandidateRegistryCommand>
-