Package akka.actor
Interface ClassicActorContextProvider
-
- All Known Subinterfaces:
AbstractActor.ActorContext
,ActorContext
,ActorContext<T>
,ActorContext<T>
,ActorContextImpl<T>
,UntypedActorContext
- All Known Implementing Classes:
ActorCell
,ActorContextAdapter
,EffectfulActorContext
,ResizablePoolCell
,RoutedActorCell
,StubbedActorContext
public interface ClassicActorContextProvider
INTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorContext
classicActorContext()
-
-
-
Method Detail
-
classicActorContext
ActorContext classicActorContext()
-
-