Package ai.vespa.feed.client
Interface FeedClient.RetryStrategy
- Enclosing interface:
- FeedClient
public static interface FeedClient.RetryStrategy
Controls what to retry, and how many times.
-
Method Summary
Modifier and TypeMethodDescriptiondefault intretries()Maximum number of retries per operation for assumed transient, non-backpressure problems.default booleanWhether to retry operations of the given type.
-
Method Details
-
retry
Whether to retry operations of the given type. -
retries
default int retries()Maximum number of retries per operation for assumed transient, non-backpressure problems.
-