Package org.apache.pekko.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 Summary
Modifier and TypeMethodDescriptionAllows access to the classicorg.apache.pekko.actor.ActorSystemeven fororg.apache.pekko.actor.typed.ActorSystem[_]s.
-
Method Details
-
classicSystem
ActorSystem classicSystem()Allows access to the classicorg.apache.pekko.actor.ActorSystemeven fororg.apache.pekko.actor.typed.ActorSystem[_]s.
-