Package org.apache.pekko.actor
Interface ClassicActorContextProvider
- All Known Subinterfaces:
- AbstractActor.ActorContext,- ActorContext,- ActorContext<T>,- ActorContext<T>,- ActorContextImpl<T>
public interface ClassicActorContextProvider
Glue API introduced to allow minimal user effort integration between classic and typed for example for streams.
 
Not for user extension.
- 
Method Summary
- 
Method Details- 
classicActorContextActorContext classicActorContext()INTERNAL API
 
-