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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InstancePropertiesInstances

      public InstancePropertiesInstances(@Parameter String name)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface io.micronaut.core.naming.Named