public interface io.vertx.proton.ProtonMessageHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.proton.ProtonMessageHandler
  super_class: java.lang.Object
{
  public abstract void handle(io.vertx.proton.ProtonDelivery, org.apache.qpid.proton.message.Message);
    descriptor: (Lio/vertx/proton/ProtonDelivery;Lorg/apache/qpid/proton/message/Message;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      delivery  
      message   
}
SourceFile: "ProtonMessageHandler.java"