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