class io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl implements Subscriber<io.vertx.proton.streams.Delivery>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl
  super_class: java.lang.Object
{
  private Subscriber<? super org.apache.qpid.proton.message.Message> delegateSub;
    descriptor: LSubscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: LSubscriber<-Lorg/apache/qpid/proton/message/Message;>;

  public void <init>(Subscriber<? super org.apache.qpid.proton.message.Message>);
    descriptor: (LSubscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
         0: .line 23
            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 ProtonPublisherWrapperImpl is inconsistent\n\tSubscriber cannot be resolved to a type\n\tThe method subscribe(Subscriber<? super Delivery>) from the type ProtonPublisherImpl refers to the missing type Subscriber\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\tSubscription cannot be resolved to a type\n\tSubscriber cannot be resolved to a type\n\tThe method onNext(Delivery) of type ProtonPublisherWrapperImpl.AmqpSubscriberWrapperImpl must override or implement a supertype method\n\tSubscriber cannot be resolved to a type\n\tThe method onError(Throwable) of type ProtonPublisherWrapperImpl.AmqpSubscriberWrapperImpl must override or implement a supertype method\n\tSubscriber cannot be resolved to a type\n\tThe method onComplete() of type ProtonPublisherWrapperImpl.AmqpSubscriberWrapperImpl must override or implement a supertype method\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.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl;
    Signature: (LSubscriber<-Lorg/apache/qpid/proton/message/Message;>;)V
    MethodParameters:
            Name  Flags
      subscriber  

  public void onSubscribe(Subscription);
    descriptor: (LSubscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSubscription 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.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl;
    MethodParameters:
      Name  Flags
      s     

  public void onNext(io.vertx.proton.streams.Delivery);
    descriptor: (Lio/vertx/proton/streams/Delivery;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onNext(Delivery) of type ProtonPublisherWrapperImpl.AmqpSubscriberWrapperImpl must override or implement a supertype method\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.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl;
    MethodParameters:
      Name  Flags
      d     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onError(Throwable) of type ProtonPublisherWrapperImpl.AmqpSubscriberWrapperImpl must override or implement a supertype method\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.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method onComplete() of type ProtonPublisherWrapperImpl.AmqpSubscriberWrapperImpl must override or implement a supertype method\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.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl;
}
Signature: Ljava/lang/Object;LSubscriber<Lio/vertx/proton/streams/Delivery;>;
SourceFile: "ProtonPublisherWrapperImpl.java"
NestHost: io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl
InnerClasses:
  private AmqpSubscriberWrapperImpl = io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl$AmqpSubscriberWrapperImpl of io.vertx.proton.streams.impl.ProtonPublisherWrapperImpl