Class ShardingFlightRecorder$
- java.lang.Object
-
- org.apache.pekko.cluster.sharding.ShardingFlightRecorder$
-
- All Implemented Interfaces:
ExtensionId<ShardingFlightRecorder>
,ExtensionIdProvider
public class ShardingFlightRecorder$ extends java.lang.Object implements ExtensionId<ShardingFlightRecorder>, ExtensionIdProvider
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ShardingFlightRecorder$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ShardingFlightRecorder$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShardingFlightRecorder
createExtension​(ExtendedActorSystem system)
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.ExtensionId<? extends Extension>
lookup()
Returns the canonical ExtensionId for this Extension
-
-
-
Field Detail
-
MODULE$
public static final ShardingFlightRecorder$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
lookup
public ExtensionId<? extends Extension> lookup()
Description copied from interface:ExtensionIdProvider
Returns the canonical ExtensionId for this Extension- Specified by:
lookup
in interfaceExtensionIdProvider
-
createExtension
public ShardingFlightRecorder createExtension​(ExtendedActorSystem system)
Description copied from interface:ExtensionId
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtension
in interfaceExtensionId<ShardingFlightRecorder>
-
-