Class RecoveryCompleted$
java.lang.Object
org.apache.pekko.persistence.typed.RecoveryCompleted
org.apache.pekko.persistence.typed.RecoveryCompleted$
- All Implemented Interfaces:
Serializable,Signal,EventSourcedSignal,scala.Equals,scala.Product
- 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 TypeMethodDescriptionbooleaninthashCode()instance()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.persistence.typed.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
-
instance
- Overrides:
instancein 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
-