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 SummaryFieldsModifier and TypeFieldDescriptionstatic final RecoveryCompleted$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.persistence.RecoveryCompletedequals, productElementName, productElementNamesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualsequalsMethods inherited from interface scala.ProductproductElementName, productElementNames
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
RecoveryCompleted$public RecoveryCompleted$()
 
- 
- 
Method Details- 
getInstanceJava API: get the singleton instance- Overrides:
- getInstancein class- RecoveryCompleted
 
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
- Overrides:
- productPrefixin class- RecoveryCompleted
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
- Overrides:
- productArityin class- RecoveryCompleted
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
- Overrides:
- productElementin class- RecoveryCompleted
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
- Overrides:
- productIteratorin class- RecoveryCompleted
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
- Overrides:
- canEqualin class- RecoveryCompleted
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- RecoveryCompleted
 
- 
toString- Overrides:
- toStringin class- RecoveryCompleted
 
 
-