Interface CustomizerWithName
- All Known Subinterfaces:
BulkheadConfigCustomizer, CircuitBreakerConfigCustomizer, RateLimiterConfigCustomizer, RetryConfigCustomizer, ThreadPoolBulkheadConfigCustomizer, TimeLimiterConfigCustomizer
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
-