akka.persistence
Class RecoveryCompleted

java.lang.Object
  extended by akka.persistence.RecoveryCompleted
Direct Known Subclasses:
RecoveryCompleted$

public abstract class RecoveryCompleted
extends java.lang.Object


Constructor Summary
RecoveryCompleted()
           
 
Method Summary
static 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
 

Constructor Detail

RecoveryCompleted

public RecoveryCompleted()
Method Detail

getInstance

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

Returns:
(undocumented)