Class ShardingFlightRecorder$
java.lang.Object
org.apache.pekko.cluster.sharding.ShardingFlightRecorder$
- All Implemented Interfaces:
- ExtensionId<ShardingFlightRecorder>,- ExtensionIdProvider
public class ShardingFlightRecorder$
extends Object
implements ExtensionId<ShardingFlightRecorder>, ExtensionIdProvider
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ShardingFlightRecorder$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateExtension(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 Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ShardingFlightRecorder$public ShardingFlightRecorder$()
 
- 
- 
Method Details- 
lookupDescription copied from interface:ExtensionIdProviderReturns the canonical ExtensionId for this Extension- Specified by:
- lookupin interface- ExtensionIdProvider
 
- 
createExtensionDescription copied from interface:ExtensionIdIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
- createExtensionin interface- ExtensionId<ShardingFlightRecorder>
 
 
-