Package io.github.resilience4j.common
Class CompositeCustomizer<T extends CustomizerWithName>
java.lang.Object
io.github.resilience4j.common.CompositeCustomizer<T>
The composite of any spring resilience4j type config customizer implementations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompositeCustomizer
-
-
Method Details
-
getCustomizer
- Parameters:
instanceName- the resilience4j instance name- Returns:
- the found spring customizer if any.
-
instanceNames
- Returns:
- the resilience4j instance/config names composite customizer can be applied to.
-