public class com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolDefault implements com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolDefault
  super_class: java.lang.Object
{
  public void <init>(com.netflix.hystrix.HystrixThreadPoolKey, com.netflix.hystrix.HystrixThreadPoolMetrics, com.netflix.hystrix.HystrixThreadPoolProperties);
    descriptor: (Lcom/netflix/hystrix/HystrixThreadPoolKey;Lcom/netflix/hystrix/HystrixThreadPoolMetrics;Lcom/netflix/hystrix/HystrixThreadPoolProperties;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolDefault this
        start local 1 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
        start local 2 // com.netflix.hystrix.HystrixThreadPoolMetrics metrics
        start local 3 // com.netflix.hystrix.HystrixThreadPoolProperties properties
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            return
        end local 3 // com.netflix.hystrix.HystrixThreadPoolProperties properties
        end local 2 // com.netflix.hystrix.HystrixThreadPoolMetrics metrics
        end local 1 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
        end local 0 // com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolDefault this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/netflix/hystrix/strategy/metrics/HystrixMetricsPublisherThreadPoolDefault;
            0    2     1  threadPoolKey  Lcom/netflix/hystrix/HystrixThreadPoolKey;
            0    2     2        metrics  Lcom/netflix/hystrix/HystrixThreadPoolMetrics;
            0    2     3     properties  Lcom/netflix/hystrix/HystrixThreadPoolProperties;
    MethodParameters:
               Name  Flags
      threadPoolKey  
      metrics        
      properties     

  public void initialize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolDefault this
         0: .line 38
            return
        end local 0 // com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolDefault this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/metrics/HystrixMetricsPublisherThreadPoolDefault;
}
SourceFile: "HystrixMetricsPublisherThreadPoolDefault.java"