Class ClusterShardingSetup$
- java.lang.Object
-
- org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterShardingSetup$
-
public class ClusterShardingSetup$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterShardingSetup$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterShardingSetup$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Extension>
ClusterShardingSetupapply(scala.Function1<ActorSystem<?>,ClusterSharding> createExtension)
-
-
-
Field Detail
-
MODULE$
public static final ClusterShardingSetup$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T extends Extension> ClusterShardingSetup apply(scala.Function1<ActorSystem<?>,ClusterSharding> createExtension)
-
-