akka.persistence
Class ChannelSettings$

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

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

See Also:
Serialized Form

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

Constructor Detail

ChannelSettings$

public ChannelSettings$()
Method Detail

create

public ChannelSettings create()
Java API.

Returns:
(undocumented)