Class ActorRefAdapter$
- java.lang.Object
-
- akka.actor.typed.internal.adapter.ActorRefAdapter$
-
- All Implemented Interfaces:
java.io.Serializable
public class ActorRefAdapter$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActorRefAdapter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorRefAdapter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ActorRef<T>
apply(ActorRef ref)
void
sendSystemMessage(akka.actor.InternalActorRef classicRef, SystemMessage signal)
<U> akka.actor.InternalActorRef
toClassic(ActorRef<U> ref)
-
-
-
Field Detail
-
MODULE$
public static final ActorRefAdapter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toClassic
public <U> akka.actor.InternalActorRef toClassic(ActorRef<U> ref)
-
sendSystemMessage
public void sendSystemMessage(akka.actor.InternalActorRef classicRef, SystemMessage signal)
-
-