akka.persistence.journal
Class AsyncWriteTarget$

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

public class AsyncWriteTarget$
extends java.lang.Object

INTERNAL API.


Field Summary
static AsyncWriteTarget$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AsyncWriteTarget$()
           
 
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 AsyncWriteTarget$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

AsyncWriteTarget$

public AsyncWriteTarget$()