Class AdapterExtension$
- java.lang.Object
-
- akka.actor.typed.internal.adapter.AdapterExtension$
-
- All Implemented Interfaces:
ExtensionId<akka.actor.typed.internal.adapter.AdapterExtension>
public class AdapterExtension$ extends java.lang.Object implements ExtensionId<akka.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 akka.actor.typed.internal.adapter.AdapterExtension
createExtension(ExtendedActorSystem sys)
Is used by Akka 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 akka.actor.typed.internal.adapter.AdapterExtension createExtension(ExtendedActorSystem sys)
Description copied from interface:ExtensionId
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.- Specified by:
createExtension
in interfaceExtensionId<akka.actor.typed.internal.adapter.AdapterExtension>
-
-