public class examples.VertxAmqpBridgeExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.VertxAmqpBridgeExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.VertxAmqpBridgeExamples this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/VertxAmqpBridgeExamples;

  public void example1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 34
            aload 1 /* vertx */
            invokestatic io.vertx.amqpbridge.AmqpBridge.create:(Lio/vertx/core/Vertx;)Lio/vertx/amqpbridge/AmqpBridge;
            astore 2 /* bridge */
        start local 2 // io.vertx.amqpbridge.AmqpBridge bridge
         1: .line 36
            aload 2 /* bridge */
            ldc "localhost"
            sipush 5672
            aload 2 /* bridge */
            invokedynamic handle(Lio/vertx/amqpbridge/AmqpBridge;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$0(Lio/vertx/amqpbridge/AmqpBridge;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.amqpbridge.AmqpBridge.start:(Ljava/lang/String;ILio/vertx/core/Handler;)V
         2: .line 45
            return
        end local 2 // io.vertx.amqpbridge.AmqpBridge bridge
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lexamples/VertxAmqpBridgeExamples;
            0    3     1   vertx  Lio/vertx/core/Vertx;
            1    3     2  bridge  Lio/vertx/amqpbridge/AmqpBridge;
    MethodParameters:
       Name  Flags
      vertx  

  public void example2(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 51
            aload 1 /* vertx */
            invokestatic io.vertx.amqpbridge.AmqpBridge.create:(Lio/vertx/core/Vertx;)Lio/vertx/amqpbridge/AmqpBridge;
            astore 2 /* bridge */
        start local 2 // io.vertx.amqpbridge.AmqpBridge bridge
         1: .line 53
            aload 2 /* bridge */
            ldc "localhost"
            sipush 5672
            aload 2 /* bridge */
            invokedynamic handle(Lio/vertx/amqpbridge/AmqpBridge;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$1(Lio/vertx/amqpbridge/AmqpBridge;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.amqpbridge.AmqpBridge.start:(Ljava/lang/String;ILio/vertx/core/Handler;)V
         2: .line 63
            return
        end local 2 // io.vertx.amqpbridge.AmqpBridge bridge
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lexamples/VertxAmqpBridgeExamples;
            0    3     1   vertx  Lio/vertx/core/Vertx;
            1    3     2  bridge  Lio/vertx/amqpbridge/AmqpBridge;
    MethodParameters:
       Name  Flags
      vertx  

  public void example3(io.vertx.core.eventbus.MessageProducer<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/MessageProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.eventbus.MessageProducer producer
         0: .line 69
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 2 /* applicationProperties */
        start local 2 // io.vertx.core.json.JsonObject applicationProperties
         1: .line 70
            aload 2 /* applicationProperties */
            ldc "name"
            ldc "value"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         2: .line 72
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 3 /* amqpMsgPayload */
        start local 3 // io.vertx.core.json.JsonObject amqpMsgPayload
         3: .line 73
            aload 3 /* amqpMsgPayload */
            ldc "application_properties"
            aload 2 /* applicationProperties */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
         4: .line 75
            aload 1 /* producer */
            aload 3 /* amqpMsgPayload */
            invokeinterface io.vertx.core.eventbus.MessageProducer.send:(Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageProducer;
            pop
         5: .line 76
            return
        end local 3 // io.vertx.core.json.JsonObject amqpMsgPayload
        end local 2 // io.vertx.core.json.JsonObject applicationProperties
        end local 1 // io.vertx.core.eventbus.MessageProducer producer
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Lexamples/VertxAmqpBridgeExamples;
            0    6     1               producer  Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;
            1    6     2  applicationProperties  Lio/vertx/core/json/JsonObject;
            3    6     3         amqpMsgPayload  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
          Name  Flags
      producer  

  public void example4(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.json.JsonObject amqpMsgPayload
         0: .line 84
            aload 1 /* amqpMsgPayload */
            ldc "application_properties"
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 2 /* appProps */
        start local 2 // io.vertx.core.json.JsonObject appProps
         1: .line 85
            aload 2 /* appProps */
            ifnull 3
         2: .line 86
            aload 2 /* appProps */
            ldc "propertyName"
            invokevirtual io.vertx.core.json.JsonObject.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            pop
         3: .line 88
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            return
        end local 2 // io.vertx.core.json.JsonObject appProps
        end local 1 // io.vertx.core.json.JsonObject amqpMsgPayload
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lexamples/VertxAmqpBridgeExamples;
            0    4     1  amqpMsgPayload  Lio/vertx/core/json/JsonObject;
            1    4     2        appProps  Lio/vertx/core/json/JsonObject;
    MethodParameters:
                Name  Flags
      amqpMsgPayload  

  public void example5(io.vertx.core.eventbus.MessageProducer<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/MessageProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.eventbus.MessageProducer producer
         0: .line 94
            aload 1 /* producer */
            invokeinterface io.vertx.core.eventbus.MessageProducer.writeQueueFull:()Z
            pop
         1: .line 95
            return
        end local 1 // io.vertx.core.eventbus.MessageProducer producer
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lexamples/VertxAmqpBridgeExamples;
            0    2     1  producer  Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;
    Signature: (Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
          Name  Flags
      producer  

  public void example6(io.vertx.core.eventbus.MessageProducer<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/MessageProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.eventbus.MessageProducer producer
         0: .line 101
            aload 1 /* producer */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$3(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.eventbus.MessageProducer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageProducer;
            pop
         1: .line 104
            return
        end local 1 // io.vertx.core.eventbus.MessageProducer producer
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lexamples/VertxAmqpBridgeExamples;
            0    2     1  producer  Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;
    Signature: (Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
          Name  Flags
      producer  

  public void example7(io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/MessageConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.eventbus.MessageConsumer consumer
         0: .line 110
            aload 1 /* consumer */
            iconst_5
            invokeinterface io.vertx.core.eventbus.MessageConsumer.setMaxBufferedMessages:(I)Lio/vertx/core/eventbus/MessageConsumer;
            pop
         1: .line 111
            aload 1 /* consumer */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$4(Lio/vertx/core/eventbus/Message;)V (6)
                  (Lio/vertx/core/eventbus/Message;)V
            invokeinterface io.vertx.core.eventbus.MessageConsumer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            pop
         2: .line 114
            return
        end local 1 // io.vertx.core.eventbus.MessageConsumer consumer
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lexamples/VertxAmqpBridgeExamples;
            0    3     1  consumer  Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    Signature: (Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
          Name  Flags
      consumer  

  public void example8(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 120
            new io.vertx.amqpbridge.AmqpBridgeOptions
            dup
            invokespecial io.vertx.amqpbridge.AmqpBridgeOptions.<init>:()V
            astore 2 /* bridgeOptions */
        start local 2 // io.vertx.amqpbridge.AmqpBridgeOptions bridgeOptions
         1: .line 121
            aload 2 /* bridgeOptions */
            iconst_1
            invokevirtual io.vertx.amqpbridge.AmqpBridgeOptions.setSsl:(Z)Lio/vertx/amqpbridge/AmqpBridgeOptions;
            pop
         2: .line 123
            new io.vertx.core.net.PfxOptions
            dup
            invokespecial io.vertx.core.net.PfxOptions.<init>:()V
            ldc "path/to/pkcs12.truststore"
            invokevirtual io.vertx.core.net.PfxOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
         3: .line 124
            ldc "password"
            invokevirtual io.vertx.core.net.PfxOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
         4: .line 123
            astore 3 /* trustOptions */
        start local 3 // io.vertx.core.net.PfxOptions trustOptions
         5: .line 125
            aload 2 /* bridgeOptions */
            aload 3 /* trustOptions */
            invokevirtual io.vertx.amqpbridge.AmqpBridgeOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/amqpbridge/AmqpBridgeOptions;
            pop
         6: .line 127
            aload 1 /* vertx */
            aload 2 /* bridgeOptions */
            invokestatic io.vertx.amqpbridge.AmqpBridge.create:(Lio/vertx/core/Vertx;Lio/vertx/amqpbridge/AmqpBridgeOptions;)Lio/vertx/amqpbridge/AmqpBridge;
            astore 4 /* bridge */
        start local 4 // io.vertx.amqpbridge.AmqpBridge bridge
         7: .line 128
            aload 4 /* bridge */
            ldc "localhost"
            sipush 5672
            ldc "username"
            ldc "password"
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.amqpbridge.AmqpBridge.start:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         8: .line 131
            return
        end local 4 // io.vertx.amqpbridge.AmqpBridge bridge
        end local 3 // io.vertx.core.net.PfxOptions trustOptions
        end local 2 // io.vertx.amqpbridge.AmqpBridgeOptions bridgeOptions
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lexamples/VertxAmqpBridgeExamples;
            0    9     1          vertx  Lio/vertx/core/Vertx;
            1    9     2  bridgeOptions  Lio/vertx/amqpbridge/AmqpBridgeOptions;
            5    9     3   trustOptions  Lio/vertx/core/net/PfxOptions;
            7    9     4         bridge  Lio/vertx/amqpbridge/AmqpBridge;
    MethodParameters:
       Name  Flags
      vertx  

  public void example9(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 138
            new io.vertx.amqpbridge.AmqpBridgeOptions
            dup
            invokespecial io.vertx.amqpbridge.AmqpBridgeOptions.<init>:()V
            astore 2 /* bridgeOptions */
        start local 2 // io.vertx.amqpbridge.AmqpBridgeOptions bridgeOptions
         1: .line 139
            aload 2 /* bridgeOptions */
            iconst_1
            invokevirtual io.vertx.amqpbridge.AmqpBridgeOptions.setSsl:(Z)Lio/vertx/amqpbridge/AmqpBridgeOptions;
            pop
         2: .line 141
            new io.vertx.core.net.PfxOptions
            dup
            invokespecial io.vertx.core.net.PfxOptions.<init>:()V
            ldc "path/to/pkcs12.truststore"
            invokevirtual io.vertx.core.net.PfxOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
         3: .line 142
            ldc "password"
            invokevirtual io.vertx.core.net.PfxOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
         4: .line 141
            astore 3 /* trustOptions */
        start local 3 // io.vertx.core.net.PfxOptions trustOptions
         5: .line 143
            aload 2 /* bridgeOptions */
            aload 3 /* trustOptions */
            invokevirtual io.vertx.amqpbridge.AmqpBridgeOptions.setPfxTrustOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/amqpbridge/AmqpBridgeOptions;
            pop
         6: .line 145
            new io.vertx.core.net.PfxOptions
            dup
            invokespecial io.vertx.core.net.PfxOptions.<init>:()V
            ldc "path/to/pkcs12.keystore"
            invokevirtual io.vertx.core.net.PfxOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
         7: .line 146
            ldc "password"
            invokevirtual io.vertx.core.net.PfxOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/PfxOptions;
         8: .line 145
            astore 4 /* keyCertOptions */
        start local 4 // io.vertx.core.net.PfxOptions keyCertOptions
         9: .line 147
            aload 2 /* bridgeOptions */
            aload 4 /* keyCertOptions */
            invokevirtual io.vertx.amqpbridge.AmqpBridgeOptions.setPfxKeyCertOptions:(Lio/vertx/core/net/PfxOptions;)Lio/vertx/amqpbridge/AmqpBridgeOptions;
            pop
        10: .line 149
            aload 1 /* vertx */
            aload 2 /* bridgeOptions */
            invokestatic io.vertx.amqpbridge.AmqpBridge.create:(Lio/vertx/core/Vertx;Lio/vertx/amqpbridge/AmqpBridgeOptions;)Lio/vertx/amqpbridge/AmqpBridge;
            astore 5 /* bridge */
        start local 5 // io.vertx.amqpbridge.AmqpBridge bridge
        11: .line 150
            aload 5 /* bridge */
            ldc "localhost"
            sipush 5672
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.amqpbridge.AmqpBridge.start:(Ljava/lang/String;ILio/vertx/core/Handler;)V
        12: .line 153
            return
        end local 5 // io.vertx.amqpbridge.AmqpBridge bridge
        end local 4 // io.vertx.core.net.PfxOptions keyCertOptions
        end local 3 // io.vertx.core.net.PfxOptions trustOptions
        end local 2 // io.vertx.amqpbridge.AmqpBridgeOptions bridgeOptions
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lexamples/VertxAmqpBridgeExamples;
            0   13     1           vertx  Lio/vertx/core/Vertx;
            1   13     2   bridgeOptions  Lio/vertx/amqpbridge/AmqpBridgeOptions;
            5   13     3    trustOptions  Lio/vertx/core/net/PfxOptions;
            9   13     4  keyCertOptions  Lio/vertx/core/net/PfxOptions;
           11   13     5          bridge  Lio/vertx/amqpbridge/AmqpBridge;
    MethodParameters:
       Name  Flags
      vertx  

  public void example10(io.vertx.core.eventbus.MessageProducer<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/MessageProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.eventbus.MessageProducer producer
         0: .line 160
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 2 /* amqpMsgPayload */
        start local 2 // io.vertx.core.json.JsonObject amqpMsgPayload
         1: .line 161
            aload 2 /* amqpMsgPayload */
            ldc "body"
            ldc "myRequest"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         2: .line 163
            aload 1 /* producer */
            aload 2 /* amqpMsgPayload */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$7(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.eventbus.MessageProducer.send:(Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageProducer;
            pop
         3: .line 167
            return
        end local 2 // io.vertx.core.json.JsonObject amqpMsgPayload
        end local 1 // io.vertx.core.eventbus.MessageProducer producer
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lexamples/VertxAmqpBridgeExamples;
            0    4     1        producer  Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;
            1    4     2  amqpMsgPayload  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
          Name  Flags
      producer  

  public void example11(io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject>);
    descriptor: (Lio/vertx/core/eventbus/MessageConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.VertxAmqpBridgeExamples this
        start local 1 // io.vertx.core.eventbus.MessageConsumer consumer
         0: .line 173
            aload 1 /* consumer */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$8(Lio/vertx/core/eventbus/Message;)V (6)
                  (Lio/vertx/core/eventbus/Message;)V
            invokeinterface io.vertx.core.eventbus.MessageConsumer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            pop
         1: .line 183
            return
        end local 1 // io.vertx.core.eventbus.MessageConsumer consumer
        end local 0 // examples.VertxAmqpBridgeExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lexamples/VertxAmqpBridgeExamples;
            0    2     1  consumer  Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;
    Signature: (Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;)V
    MethodParameters:
          Name  Flags
      consumer  

  private static void lambda$0(io.vertx.amqpbridge.AmqpBridge, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/amqpbridge/AmqpBridge;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=2
        start local 1 // io.vertx.core.AsyncResult res
         0: .line 38
            aload 0
            ldc "myAmqpAddress"
            invokeinterface io.vertx.amqpbridge.AmqpBridge.createProducer:(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageProducer;
            astore 2 /* producer */
        start local 2 // io.vertx.core.eventbus.MessageProducer producer
         1: .line 40
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 3 /* amqpMsgPayload */
        start local 3 // io.vertx.core.json.JsonObject amqpMsgPayload
         2: .line 41
            aload 3 /* amqpMsgPayload */
            ldc "body"
            ldc "myStringContent"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 43
            aload 2 /* producer */
            aload 3 /* amqpMsgPayload */
            invokeinterface io.vertx.core.eventbus.MessageProducer.send:(Ljava/lang/Object;)Lio/vertx/core/eventbus/MessageProducer;
            pop
        end local 3 // io.vertx.core.json.JsonObject amqpMsgPayload
        end local 2 // io.vertx.core.eventbus.MessageProducer producer
         4: .line 44
            return
        end local 1 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     1             res  Lio/vertx/core/AsyncResult<Lio/vertx/amqpbridge/AmqpBridge;>;
            1    4     2        producer  Lio/vertx/core/eventbus/MessageProducer<Lio/vertx/core/json/JsonObject;>;
            2    4     3  amqpMsgPayload  Lio/vertx/core/json/JsonObject;

  private static void lambda$1(io.vertx.amqpbridge.AmqpBridge, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/amqpbridge/AmqpBridge;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // io.vertx.core.AsyncResult res
         0: .line 55
            aload 0
            ldc "myAmqpAddress"
            invokeinterface io.vertx.amqpbridge.AmqpBridge.createConsumer:(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
            astore 2 /* consumer */
        start local 2 // io.vertx.core.eventbus.MessageConsumer consumer
         1: .line 56
            aload 2 /* consumer */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/VertxAmqpBridgeExamples.lambda$2(Lio/vertx/core/eventbus/Message;)V (6)
                  (Lio/vertx/core/eventbus/Message;)V
            invokeinterface io.vertx.core.eventbus.MessageConsumer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            pop
        end local 2 // io.vertx.core.eventbus.MessageConsumer consumer
         2: .line 62
            return
        end local 1 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     1       res  Lio/vertx/core/AsyncResult<Lio/vertx/amqpbridge/AmqpBridge;>;
            1    2     2  consumer  Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/json/JsonObject;>;

  private static void lambda$3(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 103
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     v  Ljava/lang/Void;

  private static void lambda$4(io.vertx.core.eventbus.Message);
    descriptor: (Lio/vertx/core/eventbus/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.Message msg
         0: .line 113
            return
        end local 0 // io.vertx.core.eventbus.Message msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   msg  Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;

  private static void lambda$5(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 130
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/amqpbridge/AmqpBridge;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 152
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/amqpbridge/AmqpBridge;>;

  private static void lambda$7(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult res
         0: .line 164
            aload 0 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.eventbus.Message
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            pop
         1: .line 166
            return
        end local 0 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$8(io.vertx.core.eventbus.Message);
    descriptor: (Lio/vertx/core/eventbus/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.core.eventbus.Message msg
         0: .line 175
            aload 0 /* msg */
            invokeinterface io.vertx.core.eventbus.Message.replyAddress:()Ljava/lang/String;
            astore 1 /* replyAddress */
        start local 1 // java.lang.String replyAddress
         1: .line 176
            aload 1 /* replyAddress */
            ifnull 5
         2: .line 177
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 2 /* amqpReplyMessagePayload */
        start local 2 // io.vertx.core.json.JsonObject amqpReplyMessagePayload
         3: .line 178
            aload 2 /* amqpReplyMessagePayload */
            ldc "body"
            ldc "myResponse"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            pop
         4: .line 180
            aload 0 /* msg */
            aload 2 /* amqpReplyMessagePayload */
            invokeinterface io.vertx.core.eventbus.Message.reply:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.json.JsonObject amqpReplyMessagePayload
        end local 1 // java.lang.String replyAddress
         5: .line 182
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.eventbus.Message msg
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    6     0                      msg  Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;
            1    5     1             replyAddress  Ljava/lang/String;
            3    5     2  amqpReplyMessagePayload  Lio/vertx/core/json/JsonObject;

  private static void lambda$2(io.vertx.core.eventbus.Message);
    descriptor: (Lio/vertx/core/eventbus/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.core.eventbus.Message vertxMsg
         0: .line 57
            aload 0 /* vertxMsg */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            astore 1 /* amqpMsgPayload */
        start local 1 // io.vertx.core.json.JsonObject amqpMsgPayload
         1: .line 58
            aload 1 /* amqpMsgPayload */
            ldc "body"
            invokevirtual io.vertx.core.json.JsonObject.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* amqpBody */
        start local 2 // java.lang.Object amqpBody
         2: .line 60
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Received a message with body: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* amqpBody */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 2 // java.lang.Object amqpBody
        end local 1 // io.vertx.core.json.JsonObject amqpMsgPayload
         3: .line 61
            return
        end local 0 // io.vertx.core.eventbus.Message vertxMsg
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0        vertxMsg  Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;
            1    3     1  amqpMsgPayload  Lio/vertx/core/json/JsonObject;
            2    3     2        amqpBody  Ljava/lang/Object;
}
SourceFile: "VertxAmqpBridgeExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeInvisibleAnnotations: 
      io.vertx.docgen.Source()