Interface InternalRecipientRef<T>
- All Superinterfaces:
RecipientRef<T>
INTERNAL API
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.actor.typed.RecipientRef
RecipientRef.RecipientRefOps<T>, RecipientRef.RecipientRefOps$ -
Method Summary
Modifier and TypeMethodDescriptionbooleanprovider()Get a reference to the actor ref provider which created this ref.Methods inherited from interface org.apache.pekko.actor.typed.RecipientRef
tell
-
Method Details
-
isTerminated
boolean isTerminated()- Returns:
trueif the actor is locally known to be terminated,falseif alive or uncertain.
-
provider
ActorRefProvider provider()Get a reference to the actor ref provider which created this ref. -
refPrefix
String refPrefix()
-