public class io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription
  super_class: java.lang.Object
{
  private Subscriber<? super io.vertx.proton.streams.Delivery> subcriber;
    descriptor: LSubscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: LSubscriber<-Lio/vertx/proton/streams/Delivery;>;

  private final java.util.concurrent.atomic.AtomicBoolean cancelled;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicBoolean completed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long outstandingRequests;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  final io.vertx.proton.streams.impl.ProtonPublisherImpl this$0;
    descriptor: Lio/vertx/proton/streams/impl/ProtonPublisherImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(Subscriber<? super io.vertx.proton.streams.Delivery>);
    descriptor: (Lio/vertx/proton/streams/impl/ProtonPublisherImpl;LSubscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.reactivestreams cannot be resolved\n\tThe import org.reactivestreams cannot be resolved\n\tThe hierarchy of the type ProtonPublisherImpl is inconsistent\n\tSubscriber cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tThe method request(long) of type ProtonPublisherImpl.AmqpSubscription must override or implement a supertype method\n\tThe method cancel() of type ProtonPublisherImpl.AmqpSubscription must override or implement a supertype method\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;
    Signature: (LSubscriber<-Lio/vertx/proton/streams/Delivery;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      sub     

  private boolean onNextWrapper(io.vertx.proton.streams.Delivery);
    descriptor: (Lio/vertx/proton/streams/Delivery;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 160
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSubscriber cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;
    MethodParameters:
      Name  Flags
      next  

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method request(long) of type ProtonPublisherImpl.AmqpSubscription must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;
    MethodParameters:
      Name  Flags
      n     

  private void flowCreditIfNeeded(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 217
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method cancel() of type ProtonPublisherImpl.AmqpSubscription must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;

  private void indicateError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 263
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;
    MethodParameters:
      Name  Flags
      t     

  private void indicateSubscribed();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;

  private void indicateCompletion();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
         0: .line 290
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;
}
SourceFile: "ProtonPublisherImpl.java"
NestHost: io.vertx.proton.streams.impl.ProtonPublisherImpl
InnerClasses:
  public AmqpSubscription = io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription of io.vertx.proton.streams.impl.ProtonPublisherImpl