Package io.smallrye.faulttolerance.api
Annotation Type CircuitBreakerName
-
@Retention(RUNTIME) @Target(METHOD) @Experimental("first attempt at providing maintenance access to circuit breakers") public @interface CircuitBreakerName
A@CircuitBreakermethod can be annotated@CircuitBreakerNameto provide a name for the circuit breaker associated with the annotated method. This name can then be used withCircuitBreakerMaintenance.It is an error if multiple
@CircuitBreakermethods have the same@CircuitBreakerName.
-
-
Element Detail
-
value
String value
-
-