Package akka.actor.typed
Class SerializedActorRef$
- java.lang.Object
-
- akka.actor.typed.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.
-
Constructor Summary
Constructors Constructor Description SerializedActorRef$()
-
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)
-
-
-
Field Detail
-
MODULE$
public static final SerializedActorRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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)
-
-