Package akka.cluster.sharding.internal
Class EntityPassivationStrategy$
- java.lang.Object
- 
- akka.cluster.sharding.internal.EntityPassivationStrategy$
 
- 
 public class EntityPassivationStrategy$ extends java.lang.ObjectINTERNAL API
- 
- 
Field SummaryFields Modifier and Type Field Description static EntityPassivationStrategy$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description EntityPassivationStrategy$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.cluster.sharding.internal.EntityPassivationStrategyapply(ClusterShardingSettings settings, scala.Function0<Clock> clock)
 
- 
- 
- 
Field Detail- 
MODULE$public static final EntityPassivationStrategy$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
applypublic akka.cluster.sharding.internal.EntityPassivationStrategy apply(ClusterShardingSettings settings, scala.Function0<Clock> clock) 
 
- 
 
-