java.lang.Object
akka.actor.typed.Behavior<T>
akka.actor.typed.ExtensibleBehavior<T>
akka.actor.typed.javadsl.AbstractBehavior<OwnerSupervisorCommand>
org.opendaylight.controller.eos.akka.owner.supervisor.CandidateCleaner

public final class CandidateCleaner extends akka.actor.typed.javadsl.AbstractBehavior<OwnerSupervisorCommand>
Actor that can be spawned by all the supervisor implementations that executes clearing of candidates once candidate retrieval succeeds. Once candidates for the member are cleared(or immediately if none need to be cleared), the actor stops itself.
  • Nested Class Summary

    Nested classes/interfaces inherited from class akka.actor.typed.Behavior

    akka.actor.typed.Behavior.BehaviorDecorators<Inner extends Object>, akka.actor.typed.Behavior.BehaviorDecorators$
  • Method Summary

    Modifier and Type
    Method
    Description
    static akka.actor.typed.Behavior<OwnerSupervisorCommand>
     
    akka.actor.typed.javadsl.Receive<OwnerSupervisorCommand>
     

    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

    Methods inherited from class java.lang.Object

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