Class RetryProperties.InstancePropertiesInstances
java.lang.Object
io.github.resilience4j.common.retry.configuration.CommonRetryConfigurationProperties.InstanceProperties
io.github.resilience4j.micronaut.retry.RetryProperties.InstancePropertiesInstances
- All Implemented Interfaces:
io.micronaut.core.naming.Named
- Enclosing class:
- RetryProperties
@EachProperty(value="instances",
primary="default")
public static class RetryProperties.InstancePropertiesInstances
extends io.github.resilience4j.common.retry.configuration.CommonRetryConfigurationProperties.InstanceProperties
implements io.micronaut.core.naming.Named
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.resilience4j.common.retry.configuration.CommonRetryConfigurationProperties.InstanceProperties
getBaseConfig, getEnableExponentialBackoff, getEnableRandomizedWait, getEventConsumerBufferSize, getExponentialBackoffMultiplier, getExponentialMaxWaitDuration, getFailAfterMaxAttempts, getIgnoreExceptions, getIntervalBiFunction, getMaxAttempts, getRandomizedWaitFactor, getResultPredicate, getRetryExceptionPredicate, getRetryExceptions, getWaitDuration, setBaseConfig, setConsumeResultBeforeRetryAttempt, setEnableExponentialBackoff, setEnableRandomizedWait, setEventConsumerBufferSize, setExponentialBackoffMultiplier, setExponentialMaxWaitDuration, setFailAfterMaxAttempts, setIgnoreExceptions, setIntervalBiFunction, setMaxAttempts, setRandomizedWaitFactor, setResultPredicate, setRetryExceptionPredicate, setRetryExceptions, setWaitDuration
-
Constructor Details
-
InstancePropertiesInstances
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceio.micronaut.core.naming.Named
-