Package org.apache.pekko.cluster.typed
Class ClusterSingleton$
java.lang.Object
org.apache.pekko.actor.typed.ExtensionId<ClusterSingleton>
org.apache.pekko.cluster.typed.ClusterSingleton$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterSingleton$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateExtension(ActorSystem<?> system) Create the extension, will be invoked at most one time per actor system where the extension is registered.get(ActorSystem<?> system) Java API:Methods inherited from class org.apache.pekko.actor.typed.ExtensionId
apply, equals, hashCode, id
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterSingleton$
public ClusterSingleton$()
-
-
Method Details
-
createExtension
Description copied from class:ExtensionIdCreate the extension, will be invoked at most one time per actor system where the extension is registered.- Specified by:
createExtensionin classExtensionId<ClusterSingleton>
-
get
Java API:
-