Package-level declarations
Types
Link copied to clipboard
Callback to modify the request between retries.
Link copied to clipboard
Predicate to determine if an HTTP call should be retried based on the request and response.
Link copied to clipboard
data class RetryPluginConfig(val retryConfig: RetryConfig, val modifyRequestOnRetry: ModifyRequestOnRetry, val retryOnCallPredicate: RetryOnCallPredicate)
Configuration for the KresilRetryPlugin.
Link copied to clipboard
class RetryPluginConfigBuilder(val baseConfig: RetryPluginConfig) : ConfigBuilder<RetryPluginConfig>
Builder for configuring the KresilRetryPlugin.