Package akka.cluster.sharding
Class ClusterShardingHealthCheckSettings$
- java.lang.Object
-
- akka.cluster.sharding.ClusterShardingHealthCheckSettings$
-
public class ClusterShardingHealthCheckSettings$ extends java.lang.Object
Internal API
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterShardingHealthCheckSettings$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterShardingHealthCheckSettings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterShardingHealthCheckSettings
apply(com.typesafe.config.Config config)
-
-
-
Field Detail
-
MODULE$
public static final ClusterShardingHealthCheckSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ClusterShardingHealthCheckSettings apply(com.typesafe.config.Config config)
-
-