Interface FeedClient.RetryStrategy

  • Enclosing interface:
    FeedClient

    public static interface FeedClient.RetryStrategy
    Controls what to retry, and how many times.
    • Method Detail

      • retries

        default int retries()
        Number of retries per operation for assumed transient, non-backpressure problems.