Class ReplicatorSettings


  • public class ReplicatorSettings
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ReplicatorSettings apply​(ActorSystem<?> system)
      Create settings from the default configuration akka.cluster.distributed-data.
      static 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
    • Constructor Detail

      • ReplicatorSettings

        public ReplicatorSettings()
    • Method Detail

      • apply

        public static ReplicatorSettings apply​(ActorSystem<?> system)
        Create settings from the default configuration akka.cluster.distributed-data.
      • apply

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