Interface CustomizerWithName

All Known Subinterfaces:
BulkheadConfigCustomizer, CircuitBreakerConfigCustomizer, RateLimiterConfigCustomizer, RetryConfigCustomizer, ThreadPoolBulkheadConfigCustomizer, TimeLimiterConfigCustomizer

public interface CustomizerWithName
common interface for different spring config customizers implementation
  • Method Summary

    Modifier and Type Method Description
    java.lang.String name()  
  • Method Details

    • name

      java.lang.String name()
      Returns:
      name of the resilience4j type instance to be customized