public interface io.vertx.rabbitmq.RabbitMQPublisher
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.rabbitmq.RabbitMQPublisher
  super_class: java.lang.Object
{
  public static io.vertx.rabbitmq.RabbitMQPublisher create(io.vertx.core.Vertx, io.vertx.rabbitmq.RabbitMQClient, io.vertx.rabbitmq.RabbitMQPublisherOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/rabbitmq/RabbitMQClient;Lio/vertx/rabbitmq/RabbitMQPublisherOptions;)Lio/vertx/rabbitmq/RabbitMQPublisher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.rabbitmq.RabbitMQClient client
        start local 2 // io.vertx.rabbitmq.RabbitMQPublisherOptions options
         0: .line 42
            new io.vertx.rabbitmq.impl.RabbitMQPublisherImpl
            dup
            aload 0 /* vertx */
            aload 1 /* client */
            aload 2 /* options */
            invokespecial io.vertx.rabbitmq.impl.RabbitMQPublisherImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/rabbitmq/RabbitMQClient;Lio/vertx/rabbitmq/RabbitMQPublisherOptions;)V
            areturn
        end local 2 // io.vertx.rabbitmq.RabbitMQPublisherOptions options
        end local 1 // io.vertx.rabbitmq.RabbitMQClient client
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1   client  Lio/vertx/rabbitmq/RabbitMQClient;
            0    1     2  options  Lio/vertx/rabbitmq/RabbitMQPublisherOptions;
    MethodParameters:
         Name  Flags
      vertx    
      client   
      options  

  public abstract void start(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> start();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public abstract void stop(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> stop();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public abstract void restart();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.streams.ReadStream<io.vertx.rabbitmq.RabbitMQPublisherConfirmation> getConfirmationStream();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/rabbitmq/RabbitMQPublisherConfirmation;>;

  public abstract void publish(java.lang.String, java.lang.String, com.rabbitmq.client.BasicProperties, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/rabbitmq/client/BasicProperties;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/rabbitmq/client/BasicProperties;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
               Name  Flags
      exchange       
      routingKey     
      properties     
      body           
      resultHandler  

  public abstract io.vertx.core.Future<java.lang.Void> publish(java.lang.String, java.lang.String, com.rabbitmq.client.BasicProperties, io.vertx.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/rabbitmq/client/BasicProperties;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/rabbitmq/client/BasicProperties;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
            Name  Flags
      exchange    
      routingKey  
      properties  
      body        

  public abstract int queueSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "RabbitMQPublisher.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()