Package org.apache.pekko.actor
Class FSM.Timer
java.lang.Object
org.apache.pekko.actor.FSM.Timer
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,scala.Equals,scala.Product
public static final class FSM.Timer
extends Object
implements NoSerializationVerificationNeeded, scala.Product, Serializable
INTERNAL API
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimer(String name, Object msg, FSM.TimerMode mode, int generation, Object owner, ActorContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()booleancopy(String name, Object msg, FSM.TimerMode mode, int generation, Object owner, ActorContext context) intbooleanintinthashCode()mode()msg()name()owner()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Timer
public Timer(String name, Object msg, FSM.TimerMode mode, int generation, Object owner, ActorContext context)
-
-
Method Details
-
name
-
msg
-
mode
-
generation
public int generation() -
owner
-
schedule
-
cancel
public void cancel() -
copy
public FSM.Timer copy(String name, Object msg, FSM.TimerMode mode, int generation, Object owner, ActorContext context) -
copy$default$1
-
copy$default$2
-
copy$default$3
-
copy$default$4
public int copy$default$4() -
copy$default$5
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-