Package org.apache.pekko.actor.typed
Class SerializedActorRef$
java.lang.Object
org.apache.pekko.actor.typed.SerializedActorRef$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SerializedActorRef$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> org.apache.pekko.actor.typed.SerializedActorRef<T>Memento pattern for serializing ActorRefs transparently INTERNAL API<T> org.apache.pekko.actor.typed.SerializedActorRef<T><T> String<T> scala.Option<String>unapply(org.apache.pekko.actor.typed.SerializedActorRef<T> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SerializedActorRef$
public SerializedActorRef$()
-
-
Method Details
-
apply
-
toAddress
-
apply
Memento pattern for serializing ActorRefs transparently INTERNAL API -
unapply
-