Package akka.persistence
Class RecoveryCompleted$
- java.lang.Object
-
- akka.persistence.RecoveryCompleted
-
- akka.persistence.RecoveryCompleted$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public class RecoveryCompleted$ extends RecoveryCompleted implements scala.Product, java.io.Serializable
Sent to aPersistentActorwhen the journal replay has been finished.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static RecoveryCompleted$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RecoveryCompleted$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)RecoveryCompleted$getInstance()Java API: get the singleton instanceinthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()-
Methods inherited from class akka.persistence.RecoveryCompleted
equals, productElementName, productElementNames
-
-
-
-
Field Detail
-
MODULE$
public static final RecoveryCompleted$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getInstance
public RecoveryCompleted$ getInstance()
Java API: get the singleton instance- Overrides:
getInstancein classRecoveryCompleted
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classRecoveryCompleted
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classRecoveryCompleted
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classRecoveryCompleted
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classRecoveryCompleted
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classRecoveryCompleted
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRecoveryCompleted
-
toString
public java.lang.String toString()
- Overrides:
toStringin classRecoveryCompleted
-
-