Class TerminationMonitor

  • All Implemented Interfaces:
    akka.actor.Actor

    public class TerminationMonitor
    extends akka.actor.UntypedAbstractActor
    • Nested Class Summary

      • Nested classes/interfaces inherited from class akka.actor.AbstractActor

        akka.actor.AbstractActor.ActorContext, akka.actor.AbstractActor.Receive
      • Nested classes/interfaces inherited from interface akka.actor.Actor

        akka.actor.Actor.emptyBehavior$, akka.actor.Actor.ignoringBehavior$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onReceive​(Object message)  
      • Methods inherited from class akka.actor.UntypedAbstractActor

        createReceive, receive, unhandled
      • Methods inherited from class akka.actor.AbstractActor

        akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receiveBuilder, self, sender, supervisorStrategy
    • Constructor Detail

      • TerminationMonitor

        public TerminationMonitor()
    • Method Detail

      • onReceive

        public void onReceive​(Object message)
        Specified by:
        onReceive in class akka.actor.UntypedAbstractActor