Interface TypedActorContext<T>

    • Method Detail

      • asJava

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

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