akka.persistence
Class RecoveryCompleted$

java.lang.Object
  extended by akka.persistence.RecoveryCompleted
      extended by akka.persistence.RecoveryCompleted$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class RecoveryCompleted$
extends RecoveryCompleted
implements scala.Product, scala.Serializable

Sent to a Processor when the journal replay has been finished.

See Also:
Serialized Form

Field Summary
static RecoveryCompleted$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RecoveryCompleted$()
           
 
Method Summary
 RecoveryCompleted$ getInstance()
          Java API: get the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final RecoveryCompleted$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

RecoveryCompleted$

public RecoveryCompleted$()
Method Detail

getInstance

public RecoveryCompleted$ getInstance()
Java API: get the singleton instance

Overrides:
getInstance in class RecoveryCompleted
Returns:
(undocumented)