Class AdapterExtension$
java.lang.Object
org.apache.pekko.actor.typed.internal.adapter.AdapterExtension$
- All Implemented Interfaces:
ExtensionId<org.apache.pekko.actor.typed.internal.adapter.AdapterExtension>
public class AdapterExtension$
extends Object
implements ExtensionId<org.apache.pekko.actor.typed.internal.adapter.AdapterExtension>
Internal API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdapterExtension$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.typed.internal.adapter.AdapterExtensionIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AdapterExtension$
public AdapterExtension$()
-
-
Method Details
-
createExtension
public org.apache.pekko.actor.typed.internal.adapter.AdapterExtension createExtension(ExtendedActorSystem sys) Description copied from interface:ExtensionIdIs used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtensionin interfaceExtensionId<org.apache.pekko.actor.typed.internal.adapter.AdapterExtension>
-