Package org.apache.pekko.actor.typed
Interface TypedActorContext<T>
- All Known Subinterfaces:
ActorContext<T>,ActorContext<T>,ActorContextImpl<T>
public interface TypedActorContext<T>
This trait is not meant to be extended by user code. If you do so, you may
lose binary compatibility.
Not for user extension.
-
Method Details
-
asJava
ActorContext<T> asJava()Get thejavadslof thisActorContext. -
asScala
ActorContext<T> asScala()Get thescaladslof thisActorContext.
-