Class ActorSystemAdapter$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable

    public class ActorSystemAdapter$
    extends java.lang.Object
    implements scala.Serializable
    An untyped extension to load configured typed extensions. It is loaded via akka.library-extensions. loadExtensions cannot be called from the AdapterExtension directly because the adapter is created too early during typed actor system creation.

    When on the classpath typed extensions will be loaded for untyped ActorSystems as well.

    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • ActorSystemAdapter$

        public ActorSystemAdapter$()