Annotation Interface CircuitBreaker


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface CircuitBreaker
Annotation allow applying CircuitBreaker to a specific method When applied to method, method may throw CallNotPermittedException when all CircuitBreaker in OPEN state
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description