public interface com.netflix.hystrix.HystrixCircuitBreaker
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.netflix.hystrix.HystrixCircuitBreaker
  super_class: java.lang.Object
{
  public abstract boolean allowRequest();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isOpen();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void markSuccess();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "HystrixCircuitBreaker.java"
NestMembers:
  com.netflix.hystrix.HystrixCircuitBreaker$Factory  com.netflix.hystrix.HystrixCircuitBreaker$HystrixCircuitBreakerImpl  com.netflix.hystrix.HystrixCircuitBreaker$NoOpCircuitBreaker
InnerClasses:
  public Factory = com.netflix.hystrix.HystrixCircuitBreaker$Factory of com.netflix.hystrix.HystrixCircuitBreaker
  public HystrixCircuitBreakerImpl = com.netflix.hystrix.HystrixCircuitBreaker$HystrixCircuitBreakerImpl of com.netflix.hystrix.HystrixCircuitBreaker
  public NoOpCircuitBreaker = com.netflix.hystrix.HystrixCircuitBreaker$NoOpCircuitBreaker of com.netflix.hystrix.HystrixCircuitBreaker