Class SerializedActorRef$

java.lang.Object
org.apache.pekko.actor.typed.SerializedActorRef$
All Implemented Interfaces:
Serializable

public class SerializedActorRef$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Details

    • MODULE$

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

    • SerializedActorRef$

      public SerializedActorRef$()
  • Method Details

    • apply

      public <T> org.apache.pekko.actor.typed.SerializedActorRef<T> apply(ActorRef<T> actorRef)
    • toAddress

      public <T> String toAddress(ActorRef<T> actorRef)
    • apply

      public <T> org.apache.pekko.actor.typed.SerializedActorRef<T> apply(String address)
      Memento pattern for serializing ActorRefs transparently INTERNAL API
    • unapply

      public <T> scala.Option<String> unapply(org.apache.pekko.actor.typed.SerializedActorRef<T> x$0)