Class KvsRetryStrategy


  • public class KvsRetryStrategy
    extends Object
    Configuration class for retry strategy settings. This maps to the native KvsRetryStrategy struct in PIC.

    NOTE: RetryStrategy only gives control over the retry wait times. The "which errors to retry" and "how many times to retry" is handled by the PIC state machine. PIC considers it a retry only when moving from one state into the same state (e.g. DescribeStream->DescribeStream).