Class SerializedActorRef$

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializedActorRef$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SerializedActorRef$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> akka.actor.typed.SerializedActorRef<T> apply​(ActorRef<T> actorRef)  
      <T> akka.actor.typed.SerializedActorRef<T> apply​(java.lang.String address)
      Memento pattern for serializing ActorRefs transparently INTERNAL API
      <T> java.lang.String toAddress​(ActorRef<T> actorRef)  
      <T> scala.Option<java.lang.String> unapply​(akka.actor.typed.SerializedActorRef<T> x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • SerializedActorRef$

        public SerializedActorRef$()
    • Method Detail

      • apply

        public <T> akka.actor.typed.SerializedActorRef<T> apply​(ActorRef<T> actorRef)
      • toAddress

        public <T> java.lang.String toAddress​(ActorRef<T> actorRef)
      • apply

        public <T> akka.actor.typed.SerializedActorRef<T> apply​(java.lang.String address)
        Memento pattern for serializing ActorRefs transparently INTERNAL API
      • unapply

        public <T> scala.Option<java.lang.String> unapply​(akka.actor.typed.SerializedActorRef<T> x$0)