Class ReplicatorSettings

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

public class ReplicatorSettings extends Object
  • Constructor Details

    • ReplicatorSettings

      public ReplicatorSettings()
  • Method Details

    • create

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

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