class com.netflix.hystrix.metric.HystrixThreadEventStream$3 implements rx.functions.Action1<com.netflix.hystrix.metric.HystrixCommandCompletion>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.metric.HystrixThreadEventStream$3
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.metric.HystrixThreadEventStream$3 this
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.metric.HystrixThreadEventStream$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/metric/HystrixThreadEventStream$3;

  public void call(com.netflix.hystrix.metric.HystrixCommandCompletion);
    descriptor: (Lcom/netflix/hystrix/metric/HystrixCommandCompletion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.netflix.hystrix.metric.HystrixThreadEventStream$3 this
        start local 1 // com.netflix.hystrix.metric.HystrixCommandCompletion commandCompletion
         0: .line 86
            aload 1 /* commandCompletion */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandCompletion.getCommandKey:()Lcom/netflix/hystrix/HystrixCommandKey;
            invokestatic com.netflix.hystrix.metric.HystrixCommandCompletionStream.getInstance:(Lcom/netflix/hystrix/HystrixCommandKey;)Lcom/netflix/hystrix/metric/HystrixCommandCompletionStream;
            astore 2 /* commandStream */
        start local 2 // com.netflix.hystrix.metric.HystrixCommandCompletionStream commandStream
         1: .line 87
            aload 2 /* commandStream */
            aload 1 /* commandCompletion */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandCompletionStream.write:(Lcom/netflix/hystrix/metric/HystrixCommandCompletion;)V
         2: .line 89
            aload 1 /* commandCompletion */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandCompletion.isExecutedInThread:()Z
            ifne 3
            aload 1 /* commandCompletion */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandCompletion.isResponseThreadPoolRejected:()Z
            ifeq 5
         3: .line 90
      StackMap locals: com.netflix.hystrix.metric.HystrixCommandCompletionStream
      StackMap stack:
            aload 1 /* commandCompletion */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandCompletion.getThreadPoolKey:()Lcom/netflix/hystrix/HystrixThreadPoolKey;
            invokestatic com.netflix.hystrix.metric.HystrixThreadPoolCompletionStream.getInstance:(Lcom/netflix/hystrix/HystrixThreadPoolKey;)Lcom/netflix/hystrix/metric/HystrixThreadPoolCompletionStream;
            astore 3 /* threadPoolStream */
        start local 3 // com.netflix.hystrix.metric.HystrixThreadPoolCompletionStream threadPoolStream
         4: .line 91
            aload 3 /* threadPoolStream */
            aload 1 /* commandCompletion */
            invokevirtual com.netflix.hystrix.metric.HystrixThreadPoolCompletionStream.write:(Lcom/netflix/hystrix/metric/HystrixCommandCompletion;)V
        end local 3 // com.netflix.hystrix.metric.HystrixThreadPoolCompletionStream threadPoolStream
         5: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.netflix.hystrix.metric.HystrixCommandCompletionStream commandStream
        end local 1 // com.netflix.hystrix.metric.HystrixCommandCompletion commandCompletion
        end local 0 // com.netflix.hystrix.metric.HystrixThreadEventStream$3 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lcom/netflix/hystrix/metric/HystrixThreadEventStream$3;
            0    6     1  commandCompletion  Lcom/netflix/hystrix/metric/HystrixCommandCompletion;
            1    6     2      commandStream  Lcom/netflix/hystrix/metric/HystrixCommandCompletionStream;
            4    5     3   threadPoolStream  Lcom/netflix/hystrix/metric/HystrixThreadPoolCompletionStream;
    MethodParameters:
                   Name  Flags
      commandCompletion  

  public void call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.netflix.hystrix.metric.HystrixCommandCompletion
            invokevirtual com.netflix.hystrix.metric.HystrixThreadEventStream$3.call:(Lcom/netflix/hystrix/metric/HystrixCommandCompletion;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Action1<Lcom/netflix/hystrix/metric/HystrixCommandCompletion;>;
SourceFile: "HystrixThreadEventStream.java"
EnclosingMethod: com.netflix.hystrix.metric.HystrixThreadEventStream
NestHost: com.netflix.hystrix.metric.HystrixThreadEventStream
InnerClasses:
  com.netflix.hystrix.metric.HystrixThreadEventStream$3