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

  public static io.vertx.amqpbridge.AmqpBridge create(io.vertx.core.Vertx, io.vertx.amqpbridge.AmqpBridgeOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/amqpbridge/AmqpBridgeOptions;)Lio/vertx/amqpbridge/AmqpBridge;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.amqpbridge.AmqpBridgeOptions options
         0: .line 53
            new io.vertx.amqpbridge.impl.AmqpBridgeImpl
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.amqpbridge.impl.AmqpBridgeImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/amqpbridge/AmqpBridgeOptions;)V
            areturn
        end local 1 // io.vertx.amqpbridge.AmqpBridgeOptions options
        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  options  Lio/vertx/amqpbridge/AmqpBridgeOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public abstract void start(java.lang.String, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.amqpbridge.AmqpBridge>>);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/amqpbridge/AmqpBridge;>;>;)V
    MethodParameters:
               Name  Flags
      hostname       
      port           
      username       
      password       
      resultHandler  

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

  public abstract <T> io.vertx.core.eventbus.MessageConsumer<T> createConsumer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer<TT;>;
    MethodParameters:
             Name  Flags
      amqpAddress  

  public abstract <T> io.vertx.core.eventbus.MessageProducer<T> createProducer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/MessageProducer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageProducer<TT;>;
    MethodParameters:
             Name  Flags
      amqpAddress  

  public abstract void close(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 void endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
            Name  Flags
      endHandler  
}
SourceFile: "AmqpBridge.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()