Class ReplicatorSettings$

java.lang.Object
org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings$

public class ReplicatorSettings$ extends Object
  • Field Details

    • MODULE$

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

    • ReplicatorSettings$

      public ReplicatorSettings$()
  • Method Details

    • create

      public ReplicatorSettings create(ActorSystem<?> system)
      Create settings from the default configuration pekko.cluster.distributed-data.
    • create

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