Package akka.cluster.sharding.internal
Class EntityPassivationStrategy$
- java.lang.Object
-
- akka.cluster.sharding.internal.EntityPassivationStrategy$
-
public class EntityPassivationStrategy$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static EntityPassivationStrategy$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EntityPassivationStrategy$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.cluster.sharding.internal.EntityPassivationStrategy
apply(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
-
apply
public akka.cluster.sharding.internal.EntityPassivationStrategy apply(ClusterShardingSettings settings, scala.Function0<Clock> clock)
-
-