Class ShardedDaemonProcess$
- java.lang.Object
-
- org.apache.pekko.actor.typed.ExtensionId<ShardedDaemonProcess>
-
- org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess$
-
public class ShardedDaemonProcess$ extends ExtensionId<ShardedDaemonProcess>
-
-
Field Summary
Fields Modifier and Type Field Description static ShardedDaemonProcess$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ShardedDaemonProcess$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShardedDaemonProcess
createExtension(ActorSystem<?> system)
Create the extension, will be invoked at most one time per actor system where the extension is registered.-
Methods inherited from class org.apache.pekko.actor.typed.ExtensionId
apply, equals, hashCode, id
-
-
-
-
Field Detail
-
MODULE$
public static final ShardedDaemonProcess$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
createExtension
public ShardedDaemonProcess createExtension(ActorSystem<?> system)
Description copied from class:ExtensionId
Create the extension, will be invoked at most one time per actor system where the extension is registered.- Specified by:
createExtension
in classExtensionId<ShardedDaemonProcess>
-
-