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 Summary

    Modifier and Type
    Method
    Description
    Get the javadsl of this ActorContext.
    Get the scaladsl of this ActorContext.
  • Method Details

    • asJava

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

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