class com.netflix.hystrix.metric.HystrixThreadEventStream$2 implements rx.functions.Action1<com.netflix.hystrix.metric.HystrixCommandExecutionStarted>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.metric.HystrixThreadEventStream$2
  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$2 this
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.metric.HystrixThreadEventStream$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/metric/HystrixThreadEventStream$2;

  public void call(com.netflix.hystrix.metric.HystrixCommandExecutionStarted);
    descriptor: (Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.netflix.hystrix.metric.HystrixThreadEventStream$2 this
        start local 1 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted event
         0: .line 73
            aload 1 /* event */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandExecutionStarted.getCommandKey:()Lcom/netflix/hystrix/HystrixCommandKey;
            invokestatic com.netflix.hystrix.metric.HystrixCommandStartStream.getInstance:(Lcom/netflix/hystrix/HystrixCommandKey;)Lcom/netflix/hystrix/metric/HystrixCommandStartStream;
            astore 2 /* commandStartStream */
        start local 2 // com.netflix.hystrix.metric.HystrixCommandStartStream commandStartStream
         1: .line 74
            aload 2 /* commandStartStream */
            aload 1 /* event */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandStartStream.write:(Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;)V
         2: .line 76
            aload 1 /* event */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandExecutionStarted.isExecutedInThread:()Z
            ifeq 5
         3: .line 77
            aload 1 /* event */
            invokevirtual com.netflix.hystrix.metric.HystrixCommandExecutionStarted.getThreadPoolKey:()Lcom/netflix/hystrix/HystrixThreadPoolKey;
            invokestatic com.netflix.hystrix.metric.HystrixThreadPoolStartStream.getInstance:(Lcom/netflix/hystrix/HystrixThreadPoolKey;)Lcom/netflix/hystrix/metric/HystrixThreadPoolStartStream;
            astore 3 /* threadPoolStartStream */
        start local 3 // com.netflix.hystrix.metric.HystrixThreadPoolStartStream threadPoolStartStream
         4: .line 78
            aload 3 /* threadPoolStartStream */
            aload 1 /* event */
            invokevirtual com.netflix.hystrix.metric.HystrixThreadPoolStartStream.write:(Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;)V
        end local 3 // com.netflix.hystrix.metric.HystrixThreadPoolStartStream threadPoolStartStream
         5: .line 80
      StackMap locals: com.netflix.hystrix.metric.HystrixCommandStartStream
      StackMap stack:
            return
        end local 2 // com.netflix.hystrix.metric.HystrixCommandStartStream commandStartStream
        end local 1 // com.netflix.hystrix.metric.HystrixCommandExecutionStarted event
        end local 0 // com.netflix.hystrix.metric.HystrixThreadEventStream$2 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Lcom/netflix/hystrix/metric/HystrixThreadEventStream$2;
            0    6     1                  event  Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;
            1    6     2     commandStartStream  Lcom/netflix/hystrix/metric/HystrixCommandStartStream;
            4    5     3  threadPoolStartStream  Lcom/netflix/hystrix/metric/HystrixThreadPoolStartStream;
    MethodParameters:
       Name  Flags
      event  

  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.HystrixCommandExecutionStarted
            invokevirtual com.netflix.hystrix.metric.HystrixThreadEventStream$2.call:(Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Action1<Lcom/netflix/hystrix/metric/HystrixCommandExecutionStarted;>;
SourceFile: "HystrixThreadEventStream.java"
EnclosingMethod: com.netflix.hystrix.metric.HystrixThreadEventStream
NestHost: com.netflix.hystrix.metric.HystrixThreadEventStream
InnerClasses:
  com.netflix.hystrix.metric.HystrixThreadEventStream$2