Package org.apache.pekko.persistence
Class RecoveryCompleted$
java.lang.Object
org.apache.pekko.persistence.RecoveryCompleted
org.apache.pekko.persistence.RecoveryCompleted$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
Sent to a
PersistentActor when the journal replay has been finished.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecoveryCompleted$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.persistence.RecoveryCompleted
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RecoveryCompleted$
public RecoveryCompleted$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classRecoveryCompleted
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classRecoveryCompleted
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classRecoveryCompleted
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classRecoveryCompleted
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classRecoveryCompleted
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classRecoveryCompleted
-
hashCode
public int hashCode()- Overrides:
hashCodein classRecoveryCompleted
-
toString
- Overrides:
toStringin classRecoveryCompleted
-