Package akka.actor
Interface ClassicActorContextProvider
- 
- All Known Subinterfaces:
 AbstractActor.ActorContext,ActorContext,ActorContext<T>,ActorContext<T>,ActorContextImpl<T>
public interface ClassicActorContextProviderGlue 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 ActorContextclassicActorContext()INTERNAL API 
 - 
 
- 
- 
Method Detail
- 
classicActorContext
ActorContext classicActorContext()
INTERNAL API 
 - 
 
 -