Class ClusterShardingHealthCheckSettings
- java.lang.Object
 - 
- org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings
 
 
- 
public final class ClusterShardingHealthCheckSettings extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description ClusterShardingHealthCheckSettings(scala.collection.immutable.Set<java.lang.String> names, scala.concurrent.duration.FiniteDuration timeout) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterShardingHealthCheckSettingsapply(com.typesafe.config.Config config)scala.collection.immutable.Set<java.lang.String>names()scala.concurrent.duration.FiniteDurationtimeout() 
 - 
 
- 
- 
Method Detail
- 
apply
public static ClusterShardingHealthCheckSettings apply(com.typesafe.config.Config config)
 
- 
names
public scala.collection.immutable.Set<java.lang.String> names()
 
- 
timeout
public scala.concurrent.duration.FiniteDuration timeout()
 
 - 
 
 -