Class PersistentFSM.Timer

java.lang.Object
org.apache.pekko.persistence.fsm.PersistentFSM.Timer
All Implemented Interfaces:
Serializable, NoSerializationVerificationNeeded, scala.Equals, scala.Product
Enclosing interface:
PersistentFSM<S extends PersistentFSM.FSMState,D,E>

public static final class PersistentFSM.Timer extends Object implements NoSerializationVerificationNeeded, scala.Product, Serializable
INTERNAL API
See Also:
  • Constructor Details

  • Method Details

    • name

      public String name()
    • msg

      public Object msg()
    • mode

      public PersistentFSM.TimerMode mode()
    • generation

      public int generation()
    • owner

      public Object owner()
    • schedule

      public void schedule(ActorRef actor, scala.concurrent.duration.FiniteDuration timeout)
    • cancel

      public void cancel()
    • copy

      public PersistentFSM.Timer copy(String name, Object msg, PersistentFSM.TimerMode mode, int generation, Object owner, ActorContext context)
    • copy$default$1

      public String copy$default$1()
    • copy$default$2

      public Object copy$default$2()
    • copy$default$3

      public PersistentFSM.TimerMode copy$default$3()
    • copy$default$4

      public int copy$default$4()
    • copy$default$5

      public Object copy$default$5()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object