Package akka.actor

Class FSM$


  • public class FSM$
    extends java.lang.Object
    A partial function value which does not match anything and can be used to “reset” whenUnhandled and onTermination handlers.

    
     onTermination(FSM.NullFunction)
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FSM$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      FSM$()  
    • Field Detail

      • MODULE$

        public static final FSM$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FSM$

        public FSM$()