Package org.apache.pekko.remote.artery
Class RemotingFlightRecorder$
java.lang.Object
org.apache.pekko.remote.artery.RemotingFlightRecorder$
- All Implemented Interfaces:
ExtensionId<RemotingFlightRecorder>,ExtensionIdProvider
public class RemotingFlightRecorder$
extends Object
implements ExtensionId<RemotingFlightRecorder>, ExtensionIdProvider
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RemotingFlightRecorder$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
RemotingFlightRecorder$
public RemotingFlightRecorder$()
-
-
Method Details
-
createExtension
Description copied from interface:ExtensionIdIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtensionin interfaceExtensionId<RemotingFlightRecorder>
-
lookup
Description copied from interface:ExtensionIdProviderReturns the canonical ExtensionId for this Extension- Specified by:
lookupin interfaceExtensionIdProvider
-