akka.persistence
Class PersistenceSettings.internal

java.lang.Object
  extended by akka.persistence.PersistenceSettings.internal
Enclosing class:
PersistenceSettings

public class PersistenceSettings.internal
extends java.lang.Object

INTERNAL API.

These config options are only used internally for testing purposes and are therefore not defined in reference.conf


Constructor Summary
PersistenceSettings.internal()
           
 
Method Summary
 boolean publishConfirmations()
           
 boolean publishPluginCommands()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceSettings.internal

public PersistenceSettings.internal()
Method Detail

publishPluginCommands

public boolean publishPluginCommands()

publishConfirmations

public boolean publishConfirmations()