Interface RetryAwareCompletionStage<E>

All Superinterfaces:
CompletionStage<E>
All Known Implementing Classes:
GetWithMetadataOperation

public interface RetryAwareCompletionStage<E> extends CompletionStage<E>
  • Method Details

    • wasRetried

      Boolean wasRetried()
      Returns whether this operation had to be retried on another server than the first one picked.
      Returns:
      true if the operation had to be retried on another server, false if it completed without retry or null if the operation is not yet complete.