Package io.smallrye.faulttolerance
Interface ExistingCircuitBreakerNames
-
- All Known Implementing Classes:
DefaultExistingCircuitBreakerNames
public interface ExistingCircuitBreakerNamesAn integrator is allowed to provide a custom implementation ofExistingCircuitBreakerNames. The bean should beSingleton, must be marked as alternative and selected globally for an application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(String name)
-
-
-
Method Detail
-
contains
boolean contains(String name)
-
-