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 Summary

    Modifier and Type
    Method
    Description
    Allows access to the classic org.apache.pekko.actor.ActorSystem even for org.apache.pekko.actor.typed.ActorSystem[_]s.
  • Method Details

    • classicSystem

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