Class 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.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final AdapterExtension$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • AdapterExtension$

        public AdapterExtension$()
    • 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 interface ExtensionId<org.apache.pekko.actor.typed.internal.adapter.AdapterExtension>