Interface InternalRecipientRef<T>

All Superinterfaces:
RecipientRef<T>

public interface InternalRecipientRef<T> extends RecipientRef<T>
INTERNAL API
  • Method Details

    • 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

      String refPrefix()