akka.persistence
Class PersistentChannelSettings$

java.lang.Object
  extended by akka.persistence.PersistentChannelSettings$
All Implemented Interfaces:
java.io.Serializable

public class PersistentChannelSettings$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

PersistentChannelSettings$

public PersistentChannelSettings$()
Method Detail

create

public PersistentChannelSettings create()
Java API.

Returns:
(undocumented)