class com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1 extends rx.Subscriber<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1
  super_class: rx.Subscriber
{
  final com.netflix.hystrix.AbstractCommand$FallbackHookApplication this$1;
    descriptor: Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;
    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$FallbackHookApplication, rx.Subscriber, rx.Subscriber);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;Lrx/Subscriber;Lrx/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1 this
        start local 2 // rx.Subscriber $anonymous0
         0: .line 1383
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;
            aload 0 /* this */
            aload 3
            putfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$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$FallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication$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$FallbackHookApplication$1 this
         0: .line 1387
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;
            invokestatic com.netflix.hystrix.AbstractCommand$FallbackHookApplication.access$1:(Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
            getfield com.netflix.hystrix.AbstractCommand.executionHook:Lcom/netflix/hystrix/strategy/executionhook/HystrixCommandExecutionHook;
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication.cmd:Lcom/netflix/hystrix/HystrixInvokable;
            invokevirtual com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onFallbackSuccess:(Lcom/netflix/hystrix/HystrixInvokable;)V
         1: .line 1388
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* hookEx */
        start local 1 // java.lang.Throwable hookEx
         3: .line 1389
            getstatic com.netflix.hystrix.AbstractCommand.logger:Lorg/slf4j/Logger;
            ldc "Error calling HystrixCommandExecutionHook.onFallbackSuccess"
            aload 1 /* hookEx */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable hookEx
         4: .line 1391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.val$subscriber:Lrx/Subscriber;
            invokevirtual rx.Subscriber.onCompleted:()V
         5: .line 1392
            return
        end local 0 // com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication$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$FallbackHookApplication$1 this
        start local 1 // java.lang.Throwable e
         0: .line 1396
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;
            invokestatic com.netflix.hystrix.AbstractCommand$FallbackHookApplication.access$1:(Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
            aload 1 /* e */
            invokevirtual com.netflix.hystrix.AbstractCommand.wrapWithOnFallbackErrorHook:(Ljava/lang/Throwable;)Ljava/lang/Exception;
            astore 2 /* wrappedEx */
        start local 2 // java.lang.Exception wrappedEx
         1: .line 1397
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 2 /* wrappedEx */
            invokevirtual rx.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 1398
            return
        end local 2 // java.lang.Exception wrappedEx
        end local 1 // java.lang.Throwable e
        end local 0 // com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication$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$FallbackHookApplication$1 this
        start local 1 // java.lang.Object r
         0: .line 1402
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;
            invokestatic com.netflix.hystrix.AbstractCommand$FallbackHookApplication.access$1:(Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
            aload 1 /* r */
            invokevirtual com.netflix.hystrix.AbstractCommand.wrapWithOnFallbackEmitHook:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* wrappedValue */
        start local 2 // java.lang.Object wrappedValue
         1: .line 1403
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 2 /* wrappedValue */
            invokevirtual rx.Subscriber.onNext:(Ljava/lang/Object;)V
         2: .line 1404
            return
        end local 2 // java.lang.Object wrappedValue
        end local 1 // java.lang.Object r
        end local 0 // com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/netflix/hystrix/AbstractCommand$FallbackHookApplication$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$FallbackHookApplication.call:(Lrx/Subscriber;)Lrx/Subscriber;
NestHost: com.netflix.hystrix.AbstractCommand
InnerClasses:
  private FallbackHookApplication = com.netflix.hystrix.AbstractCommand$FallbackHookApplication of com.netflix.hystrix.AbstractCommand
  com.netflix.hystrix.AbstractCommand$FallbackHookApplication$1