Interface FeedClient.RetryStrategy

Enclosing interface:
FeedClient

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

    Modifier and Type
    Method
    Description
    default int
    Number of retries per operation for assumed transient, non-backpressure problems.
    default boolean
    Whether to retry operations of the given type.
  • Method Details

    • retry

      default boolean retry(FeedClient.OperationType type)
      Whether to retry operations of the given type.
    • retries

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