Uses of Interface
io.github.resilience4j.common.retry.configuration.RetryConfigCustomizer
Packages that use RetryConfigCustomizer
-
Uses of RetryConfigCustomizer in io.github.resilience4j.common.retry.configuration
Methods in io.github.resilience4j.common.retry.configuration that return RetryConfigCustomizerModifier and TypeMethodDescriptionstatic RetryConfigCustomizerRetryConfigCustomizer.of(String instanceName, Consumer<io.github.resilience4j.retry.RetryConfig.Builder> consumer) A convenient method to create RetryConfigCustomizer usingConsumerMethod parameters in io.github.resilience4j.common.retry.configuration with type arguments of type RetryConfigCustomizerModifier and TypeMethodDescriptionprivate io.github.resilience4j.retry.RetryConfigCommonRetryConfigurationProperties.buildConfig(io.github.resilience4j.retry.RetryConfig.Builder builder, CommonRetryConfigurationProperties.InstanceProperties properties, CompositeCustomizer<RetryConfigCustomizer> compositeRetryCustomizer, String backend) io.github.resilience4j.retry.RetryConfigCommonRetryConfigurationProperties.createRetryConfig(CommonRetryConfigurationProperties.InstanceProperties instanceProperties, CompositeCustomizer<RetryConfigCustomizer> compositeRetryCustomizer, String instanceName) io.github.resilience4j.retry.RetryConfigCommonRetryConfigurationProperties.createRetryConfig(String backend, CompositeCustomizer<RetryConfigCustomizer> compositeRetryCustomizer)