Class ReplicatorSettings$


  • public class ReplicatorSettings$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ReplicatorSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ReplicatorSettings apply​(ActorSystem system)
      Create settings from the default configuration akka.cluster.distributed-data.
      ReplicatorSettings apply​(com.typesafe.config.Config config)
      Create settings from a configuration with the same layout as the default configuration akka.cluster.distributed-data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ReplicatorSettings$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ReplicatorSettings$

        public ReplicatorSettings$()
    • Method Detail

      • apply

        public ReplicatorSettings apply​(com.typesafe.config.Config config)
        Create settings from a configuration with the same layout as the default configuration akka.cluster.distributed-data.