Package akka.actor

Interface ClassicActorSystemProvider

  • All Known Implementing Classes:
    ActorSystem, ActorSystem, ExtendedActorSystem

    public interface ClassicActorSystemProvider
    Glue API introduced to allow minimal user effort integration between classic and typed for example for streams.

    Not for user extension.

    • Method Detail

      • classicSystem

        ActorSystem classicSystem()
        Allows access to the classic akka.actor.ActorSystem even for akka.actor.typed.ActorSystem[_]s.