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 Detail

      • asJava

        ActorContext<T> asJava()
        Get the javadsl of this ActorContext.
      • asScala

        ActorContext<T> asScala()
        Get the scaladsl of this ActorContext.