class com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 extends rx.Subscriber<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1
  super_class: rx.Subscriber
{
  final com.netflix.hystrix.AbstractCommand$ExecutionHookApplication this$1;
    descriptor: Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final rx.Subscriber val$subscriber;
    descriptor: Lrx/Subscriber;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.hystrix.AbstractCommand$ExecutionHookApplication, rx.Subscriber, rx.Subscriber);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;Lrx/Subscriber;Lrx/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
        start local 2 // rx.Subscriber $anonymous0
         0: .line 1348
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
            aload 0 /* this */
            aload 3
            putfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial rx.Subscriber.<init>:(Lrx/Subscriber;)V
            return
        end local 2 // rx.Subscriber $anonymous0
        end local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication$1;
            0    1     2  $anonymous0  Lrx/Subscriber<*>;
    MethodParameters:
                Name  Flags
      this$0          final
      $anonymous0     
      val$subscriber  final

  public void onCompleted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
         0: .line 1352
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
            invokestatic com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.access$1:(Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
            getfield com.netflix.hystrix.AbstractCommand.executionHook:Lcom/netflix/hystrix/strategy/executionhook/HystrixCommandExecutionHook;
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.cmd:Lcom/netflix/hystrix/HystrixInvokable;
            invokevirtual com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onExecutionSuccess:(Lcom/netflix/hystrix/HystrixInvokable;)V
         1: .line 1353
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* hookEx */
        start local 1 // java.lang.Throwable hookEx
         3: .line 1354
            getstatic com.netflix.hystrix.AbstractCommand.logger:Lorg/slf4j/Logger;
            ldc "Error calling HystrixCommandExecutionHook.onExecutionSuccess"
            aload 1 /* hookEx */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable hookEx
         4: .line 1356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.val$subscriber:Lrx/Subscriber;
            invokevirtual rx.Subscriber.onCompleted:()V
         5: .line 1357
            return
        end local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication$1;
            3    4     1  hookEx  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
        start local 1 // java.lang.Throwable e
         0: .line 1361
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
            invokestatic com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.access$1:(Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
            aload 1 /* e */
            invokevirtual com.netflix.hystrix.AbstractCommand.wrapWithOnExecutionErrorHook:(Ljava/lang/Throwable;)Ljava/lang/Exception;
            astore 2 /* wrappedEx */
        start local 2 // java.lang.Exception wrappedEx
         1: .line 1362
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 2 /* wrappedEx */
            invokevirtual rx.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 1363
            return
        end local 2 // java.lang.Exception wrappedEx
        end local 1 // java.lang.Throwable e
        end local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication$1;
            0    3     1          e  Ljava/lang/Throwable;
            1    3     2  wrappedEx  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
        start local 1 // java.lang.Object r
         0: .line 1367
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;
            invokestatic com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.access$1:(Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
            aload 1 /* r */
            invokevirtual com.netflix.hystrix.AbstractCommand.wrapWithOnExecutionEmitHook:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* wrappedValue */
        start local 2 // java.lang.Object wrappedValue
         1: .line 1368
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 2 /* wrappedValue */
            invokevirtual rx.Subscriber.onNext:(Ljava/lang/Object;)V
         2: .line 1369
            return
        end local 2 // java.lang.Object wrappedValue
        end local 1 // java.lang.Object r
        end local 0 // com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/netflix/hystrix/AbstractCommand$ExecutionHookApplication$1;
            0    3     1             r  TR;
            1    3     2  wrappedValue  TR;
    Signature: (TR;)V
    MethodParameters:
      Name  Flags
      r     
}
Signature: Lrx/Subscriber<TR;>;
SourceFile: "AbstractCommand.java"
EnclosingMethod: com.netflix.hystrix.AbstractCommand$ExecutionHookApplication.call:(Lrx/Subscriber;)Lrx/Subscriber;
NestHost: com.netflix.hystrix.AbstractCommand
InnerClasses:
  private ExecutionHookApplication = com.netflix.hystrix.AbstractCommand$ExecutionHookApplication of com.netflix.hystrix.AbstractCommand
  com.netflix.hystrix.AbstractCommand$ExecutionHookApplication$1