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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorSystem
classicSystem()
Allows access to the classicakka.actor.ActorSystem
even forakka.actor.typed.ActorSystem[_]
s.
-
-
-
Method Detail
-
classicSystem
ActorSystem classicSystem()
Allows access to the classicakka.actor.ActorSystem
even forakka.actor.typed.ActorSystem[_]
s.
-
-