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