JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.github.resilience4j.common
Interface CustomizerWithName
All Known Subinterfaces:
BulkheadConfigCustomizer
,
CircuitBreakerConfigCustomizer
,
RateLimiterConfigCustomizer
,
RetryConfigCustomizer
,
ThreadPoolBulkheadConfigCustomizer
,
TimeLimiterConfigCustomizer
public interface
CustomizerWithName
common interface for different spring config customizers implementation
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
name
()
Method Detail
name
java.lang.String name()
Returns:
name of the resilience4j type instance to be customized
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method