Package io.github.resilience4j.common
Interface CustomizerWithName
- All Known Subinterfaces:
BulkheadConfigCustomizer,CircuitBreakerConfigCustomizer,RateLimiterConfigCustomizer,RetryConfigCustomizer,ThreadPoolBulkheadConfigCustomizer,TimeLimiterConfigCustomizer,TimerConfigCustomizer
public interface CustomizerWithName
common interface for different spring config customizers implementation
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- name of the resilience4j type instance to be customized
-