Package akka.actor.typed
Class ActorRef$
- java.lang.Object
-
- akka.actor.typed.ActorRef$
-
- All Implemented Interfaces:
java.io.Serializable
public class ActorRef$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActorRef$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ActorRef.ActorRefOps<T>
ActorRefOps(ActorRef<T> ref)
-
-
-
Field Detail
-
MODULE$
public static final ActorRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
ActorRefOps
public final <T> ActorRef.ActorRefOps<T> ActorRefOps(ActorRef<T> ref)
-
-