akka.persistence.journal
Class AsyncWriteProxy$

java.lang.Object
  extended by akka.persistence.journal.AsyncWriteProxy$

public class AsyncWriteProxy$
extends java.lang.Object

INTERNAL API.


Field Summary
static AsyncWriteProxy$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AsyncWriteProxy$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

AsyncWriteProxy$

public AsyncWriteProxy$()