Class ActorRefAdapter$

java.lang.Object
org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
All Implemented Interfaces:
Serializable

public class ActorRefAdapter$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

      public static final ActorRefAdapter$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ActorRefAdapter$

      public ActorRefAdapter$()
  • Method Details

    • apply

      public <T> ActorRef<T> apply(ActorRef ref)
    • toClassic

      public <U> org.apache.pekko.actor.InternalActorRef toClassic(ActorRef<U> ref)
    • sendSystemMessage

      public void sendSystemMessage(org.apache.pekko.actor.InternalActorRef classicRef, SystemMessage signal)