Class ReplicatorSettings
java.lang.Object
org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicatorSettingsapply(com.typesafe.config.Config config) Create settings from a configuration with the same layout as the default configurationpekko.cluster.distributed-data.static ReplicatorSettingsapply(ActorSystem<?> system) Create settings from the default configurationpekko.cluster.distributed-data.
-
Constructor Details
-
ReplicatorSettings
public ReplicatorSettings()
-
-
Method Details
-
apply
Create settings from the default configurationpekko.cluster.distributed-data. -
apply
Create settings from a configuration with the same layout as the default configurationpekko.cluster.distributed-data.
-