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 java.lang.Object implements ExtensionId<org.apache.pekko.actor.typed.internal.adapter.AdapterExtension>
Internal API
-
-
Field Summary
Fields Modifier and Type Field Description static AdapterExtension$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AdapterExtension$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.actor.typed.internal.adapter.AdapterExtension
createExtension(ExtendedActorSystem sys)
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
-
-
-
Field Detail
-
MODULE$
public static final AdapterExtension$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
createExtension
public org.apache.pekko.actor.typed.internal.adapter.AdapterExtension createExtension(ExtendedActorSystem sys)
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<org.apache.pekko.actor.typed.internal.adapter.AdapterExtension>
-
-