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