Class ReplicatorSettings
- java.lang.Object
-
- akka.cluster.ddata.typed.scaladsl.ReplicatorSettings
-
public class ReplicatorSettings extends java.lang.ObjectCreate settings from the default configurationakka.cluster.distributed-data.
-
-
Constructor Summary
Constructors Constructor Description ReplicatorSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReplicatorSettingsapply(ActorSystem<?> system)static ReplicatorSettingsapply(com.typesafe.config.Config config)Create settings from a configuration with the same layout as the default configurationakka.cluster.distributed-data.static java.lang.Stringname(ActorSystem<?> system)INTERNAL API The name of the actor used in DistributedData extensions.
-
-
-
Method Detail
-
apply
public static ReplicatorSettings apply(ActorSystem<?> system)
-
apply
public static ReplicatorSettings apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as the default configurationakka.cluster.distributed-data.- Parameters:
config- (undocumented)- Returns:
- (undocumented)
-
name
public static java.lang.String name(ActorSystem<?> system)
INTERNAL API The name of the actor used in DistributedData extensions.- Parameters:
system- (undocumented)- Returns:
- (undocumented)
-
-