Package akka.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorContext
classicActorContext()
INTERNAL API
-
-
-
Method Detail
-
classicActorContext
ActorContext classicActorContext()
INTERNAL API
-
-