Package org.apache.pekko.actor.typed
Class RecipientRef$
java.lang.Object
org.apache.pekko.actor.typed.RecipientRef$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecipientRef$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T> RecipientRef.RecipientRefOps<T>RecipientRefOps(RecipientRef<T> ref)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RecipientRef$
public RecipientRef$()
-
-
Method Details
-
RecipientRefOps
-