Class ActorRefAdapter$
java.lang.Object
org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorRefAdapter$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ActorRef<T>voidsendSystemMessage(org.apache.pekko.actor.InternalActorRef classicRef, SystemMessage signal) <U> org.apache.pekko.actor.InternalActorRef
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorRefAdapter$
public ActorRefAdapter$()
-
-
Method Details
-
apply
-
toClassic
-
sendSystemMessage
public void sendSystemMessage(org.apache.pekko.actor.InternalActorRef classicRef, SystemMessage signal)
-