Class ActorSystemAdapter.LoadTypedExtensions

  • All Implemented Interfaces:
    Extension
    Enclosing class:
    ActorSystemAdapter<T>

    public static class ActorSystemAdapter.LoadTypedExtensions
    extends java.lang.Object
    implements Extension
    A classic 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 classic ActorSystems as well.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait