Interface RetryAwareCompletionStage<E>

    • Method Detail

      • 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.