Package org.apache.pekko.persistence.fsm
Class PersistentFSM.StopEvent<S,D>
java.lang.Object
org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent<S,D>
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,scala.Equals,scala.Product
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,
D, E>
public static final class PersistentFSM.StopEvent<S,D>
extends Object
implements NoSerializationVerificationNeeded, scala.Product, Serializable
Case class representing the state of the
pekko.actor.FSM whithin the
onTermination block.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<S,D> PersistentFSM.StopEvent<S, D> copy(PersistentFSM.Reason reason, S currentState, D stateData) <S,D> PersistentFSM.Reason <S,D> S <S,D> D booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>reason()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
StopEvent
-
-
Method Details
-
reason
-
currentState
-
stateData
-
copy
public <S,D> PersistentFSM.StopEvent<S,D> copy(PersistentFSM.Reason reason, S currentState, D stateData) -
copy$default$1
-
copy$default$2
public <S,D> S copy$default$2() -
copy$default$3
public <S,D> D copy$default$3() -
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
-