public interface io.vertx.proton.ProtonReceiver extends io.vertx.proton.ProtonLink<io.vertx.proton.ProtonReceiver>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.proton.ProtonReceiver
  super_class: java.lang.Object
{
  public abstract io.vertx.proton.ProtonReceiver handler(io.vertx.proton.ProtonMessageHandler);
    descriptor: (Lio/vertx/proton/ProtonMessageHandler;)Lio/vertx/proton/ProtonReceiver;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.proton.ProtonReceiver setPrefetch(int);
    descriptor: (I)Lio/vertx/proton/ProtonReceiver;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      messages  

  public abstract int getPrefetch();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.proton.ProtonReceiver setAutoAccept(boolean);
    descriptor: (Z)Lio/vertx/proton/ProtonReceiver;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      autoAccept  

  public abstract boolean isAutoAccept();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.proton.ProtonReceiver flow(int);
    descriptor: (I)Lio/vertx/proton/ProtonReceiver;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalStateException
    MethodParameters:
         Name  Flags
      credits  

  public abstract io.vertx.proton.ProtonReceiver drain(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/core/Handler;)Lio/vertx/proton/ProtonReceiver;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalStateException, java.lang.IllegalArgumentException
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/proton/ProtonReceiver;
    MethodParameters:
                   Name  Flags
      timeout            
      completionHandler  
}
Signature: Ljava/lang/Object;Lio/vertx/proton/ProtonLink<Lio/vertx/proton/ProtonReceiver;>;
SourceFile: "ProtonReceiver.java"