Interface RetryConfig.Properties

All Superinterfaces:
com.lucidworks.fusion.schema.Model
Enclosing interface:
RetryConfig

public static interface RetryConfig.Properties extends com.lucidworks.fusion.schema.Model
  • Method Details

    • delayMs

      long delayMs()
    • delayFactor

      double delayFactor()
    • maxDelayTimeMs

      long maxDelayTimeMs()
    • maxRetries

      int maxRetries()
    • maxTimeLimitMs

      long maxTimeLimitMs()
    • errorExclusions

      Set<String> errorExclusions()