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 TypeMethodDescriptionboolean
Java API: get the singleton instanceint
hashCode()
int
productElement
(int x$1) scala.collection.Iterator<Object>
toString()
Methods inherited from class org.apache.pekko.persistence.RecoveryCompleted
equals, productElementName, productElementNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
equals
Methods 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:
getInstance
in classRecoveryCompleted
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
- Overrides:
productPrefix
in classRecoveryCompleted
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
- Overrides:
productArity
in classRecoveryCompleted
-
productElement
- Specified by:
productElement
in interfacescala.Product
- Overrides:
productElement
in classRecoveryCompleted
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
- Overrides:
productIterator
in classRecoveryCompleted
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
- Overrides:
canEqual
in classRecoveryCompleted
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRecoveryCompleted
-
toString
- Overrides:
toString
in classRecoveryCompleted
-