class com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 extends rx.Subscriber<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1
  super_class: rx.Subscriber
{
  final com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication this$1;
    descriptor: Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication;
    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$DeprecatedOnFallbackHookApplication, rx.Subscriber, rx.Subscriber);
    descriptor: (Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication;Lrx/Subscriber;Lrx/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 this
        start local 2 // rx.Subscriber $anonymous0
         0: .line 1463
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication;
            aload 0 /* this */
            aload 3
            putfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$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$DeprecatedOnFallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication$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=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 this
         0: .line 1466
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1.val$subscriber:Lrx/Subscriber;
            invokevirtual rx.Subscriber.onCompleted:()V
         1: .line 1467
            return
        end local 0 // com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication$1;

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 this
        start local 1 // java.lang.Throwable t
         0: .line 1472
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 1 /* t */
            invokevirtual rx.Subscriber.onError:(Ljava/lang/Throwable;)V
         1: .line 1473
            return
        end local 1 // java.lang.Throwable t
        end local 0 // com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication$1;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 this
        start local 1 // java.lang.Object r
         0: .line 1478
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication;
            invokestatic com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication.access$1:(Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication;)Lcom/netflix/hystrix/AbstractCommand;
            getfield com.netflix.hystrix.AbstractCommand.executionHook:Lcom/netflix/hystrix/strategy/executionhook/HystrixCommandExecutionHook;
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1.this$1:Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication;
            getfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication.cmd:Lcom/netflix/hystrix/HystrixInvokable;
            aload 1 /* r */
            invokevirtual com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onFallbackSuccess:(Lcom/netflix/hystrix/HystrixInvokable;Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* wrappedValue */
        start local 2 // java.lang.Object wrappedValue
         1: .line 1479
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 2 /* wrappedValue */
            invokevirtual rx.Subscriber.onNext:(Ljava/lang/Object;)V
        end local 2 // java.lang.Object wrappedValue
         2: .line 1480
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* hookEx */
        start local 2 // java.lang.Throwable hookEx
         4: .line 1481
            getstatic com.netflix.hystrix.AbstractCommand.logger:Lorg/slf4j/Logger;
            ldc "Error calling HystrixCommandExecutionHook.onFallbackSuccess"
            aload 2 /* hookEx */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
         5: .line 1482
            aload 0 /* this */
            getfield com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1.val$subscriber:Lrx/Subscriber;
            aload 1 /* r */
            invokevirtual rx.Subscriber.onNext:(Ljava/lang/Object;)V
        end local 2 // java.lang.Throwable hookEx
         6: .line 1484
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object r
        end local 0 // com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/netflix/hystrix/AbstractCommand$DeprecatedOnFallbackHookApplication$1;
            0    7     1             r  TR;
            1    2     2  wrappedValue  TR;
            4    6     2        hookEx  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Throwable
    Signature: (TR;)V
    MethodParameters:
      Name  Flags
      r     
}
Signature: Lrx/Subscriber<TR;>;
SourceFile: "AbstractCommand.java"
EnclosingMethod: com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication.call:(Lrx/Subscriber;)Lrx/Subscriber;
NestHost: com.netflix.hystrix.AbstractCommand
InnerClasses:
  private DeprecatedOnFallbackHookApplication = com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication of com.netflix.hystrix.AbstractCommand
  com.netflix.hystrix.AbstractCommand$DeprecatedOnFallbackHookApplication$1