Package akka.actor.typed.internal
Interface InternalRecipientRef<T>
-
- All Superinterfaces:
RecipientRef<T>
public interface InternalRecipientRef<T> extends RecipientRef<T>
INTERNAL API
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.actor.typed.RecipientRef
RecipientRef.RecipientRefOps<T>, RecipientRef.RecipientRefOps$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTerminated()
ActorRefProvider
provider()
Get a reference to the actor ref provider which created this ref.java.lang.String
refPrefix()
-
Methods inherited from interface akka.actor.typed.RecipientRef
tell
-
-
-
-
Method Detail
-
isTerminated
boolean isTerminated()
- Returns:
true
if the actor is locally known to be terminated,false
if alive or uncertain.
-
provider
ActorRefProvider provider()
Get a reference to the actor ref provider which created this ref.
-
refPrefix
java.lang.String refPrefix()
-
-