public class io.vertx.proton.streams.impl.ProtonPublisherImpl implements io.vertx.proton.streams.ProtonPublisher<io.vertx.proton.streams.Delivery>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.streams.impl.ProtonPublisherImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.logging.Logger LOG;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.apache.qpid.proton.amqp.Symbol SHARED;
    descriptor: Lorg/apache/qpid/proton/amqp/Symbol;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.apache.qpid.proton.amqp.Symbol GLOBAL;
    descriptor: Lorg/apache/qpid/proton/amqp/Symbol;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private io.vertx.core.impl.ContextInternal connCtx;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0002) ACC_PRIVATE

  private final io.vertx.proton.impl.ProtonConnectionImpl conn;
    descriptor: Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription subscription;
    descriptor: Lio/vertx/proton/streams/impl/ProtonPublisherImpl$AmqpSubscription;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.proton.ProtonReceiver receiver;
    descriptor: Lio/vertx/proton/ProtonReceiver;
    flags: (0x0002) ACC_PRIVATE

  private boolean emitOnConnectionEnd;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int maxOutstandingCredit;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean durable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, io.vertx.proton.impl.ProtonConnectionImpl, io.vertx.proton.streams.ProtonPublisherOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/proton/impl/ProtonConnectionImpl;Lio/vertx/proton/streams/ProtonPublisherOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;
    MethodParameters:
         Name  Flags
      address  
      conn     
      options  

  public void subscribe(Subscriber<? super io.vertx.proton.streams.Delivery>);
    descriptor: (LSubscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 102
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;
    Signature: (LSubscriber<-Lio/vertx/proton/streams/Delivery;>;)V
    MethodParameters:
            Name  Flags
      subscriber  

  public boolean isEmitOnConnectionEnd();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 306
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;

  public void setEmitOnConnectionEnd(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 310
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;
    MethodParameters:
                     Name  Flags
      emitOnConnectionEnd  

  public io.vertx.proton.ProtonReceiver getLink();
    descriptor: ()Lio/vertx/proton/ProtonReceiver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 314
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;

  public io.vertx.proton.streams.ProtonPublisher<io.vertx.proton.streams.Delivery> setSource(org.apache.qpid.proton.amqp.transport.Source);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/Source;)Lio/vertx/proton/streams/ProtonPublisher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 321
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;
    Signature: (Lorg/apache/qpid/proton/amqp/transport/Source;)Lio/vertx/proton/streams/ProtonPublisher<Lio/vertx/proton/streams/Delivery;>;
    MethodParameters:
        Name  Flags
      source  

  public org.apache.qpid.proton.amqp.transport.Source getSource();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 327
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;

  public io.vertx.proton.streams.ProtonPublisher<io.vertx.proton.streams.Delivery> setTarget(org.apache.qpid.proton.amqp.transport.Target);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/Target;)Lio/vertx/proton/streams/ProtonPublisher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 332
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;
    Signature: (Lorg/apache/qpid/proton/amqp/transport/Target;)Lio/vertx/proton/streams/ProtonPublisher<Lio/vertx/proton/streams/Delivery;>;
    MethodParameters:
        Name  Flags
      target  

  public org.apache.qpid.proton.amqp.transport.Target getTarget();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 338
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;

  public org.apache.qpid.proton.amqp.transport.Source getRemoteSource();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 343
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;

  public org.apache.qpid.proton.amqp.transport.Target getRemoteTarget();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 348
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;

  public java.lang.String getRemoteAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonPublisherImpl this
         0: .line 353
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonPublisherImpl;
}
Signature: Ljava/lang/Object;Lio/vertx/proton/streams/ProtonPublisher<Lio/vertx/proton/streams/Delivery;>;
SourceFile: "ProtonPublisherImpl.java"
NestMembers:
  io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription
InnerClasses:
  public AmqpSubscription = io.vertx.proton.streams.impl.ProtonPublisherImpl$AmqpSubscription of io.vertx.proton.streams.impl.ProtonPublisherImpl