public class examples.VertxProtonExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.VertxProtonExamples
  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.VertxProtonExamples this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.VertxProtonExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/VertxProtonExamples;

  public void example1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // examples.VertxProtonExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 35
            aload 1 /* vertx */
            invokestatic io.vertx.proton.ProtonClient.create:(Lio/vertx/core/Vertx;)Lio/vertx/proton/ProtonClient;
            astore 2 /* client */
        start local 2 // io.vertx.proton.ProtonClient client
         1: .line 38
            aload 2 /* client */
            ldc "hostname"
            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/VertxProtonExamples.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.proton.ProtonClient.connect:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 48
            return
        end local 2 // io.vertx.proton.ProtonClient client
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.VertxProtonExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lexamples/VertxProtonExamples;
            0    3     1   vertx  Lio/vertx/core/Vertx;
            1    3     2  client  Lio/vertx/proton/ProtonClient;
    MethodParameters:
       Name  Flags
      vertx  

  public void example2(io.vertx.proton.ProtonConnection);
    descriptor: (Lio/vertx/proton/ProtonConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.VertxProtonExamples this
        start local 1 // io.vertx.proton.ProtonConnection connection
         0: .line 51
            aload 1 /* connection */
            ldc "myQueue"
            invokeinterface io.vertx.proton.ProtonConnection.createSender:(Ljava/lang/String;)Lio/vertx/proton/ProtonSender;
            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/VertxProtonExamples.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.proton.ProtonSender.openHandler:(Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonLink;
            checkcast io.vertx.proton.ProtonSender
         1: .line 64
            invokeinterface io.vertx.proton.ProtonSender.open:()Lio/vertx/proton/ProtonLink;
            pop
         2: .line 65
            return
        end local 1 // io.vertx.proton.ProtonConnection connection
        end local 0 // examples.VertxProtonExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lexamples/VertxProtonExamples;
            0    3     1  connection  Lio/vertx/proton/ProtonConnection;
    MethodParameters:
            Name  Flags
      connection  

  public void example3(io.vertx.proton.ProtonConnection);
    descriptor: (Lio/vertx/proton/ProtonConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.VertxProtonExamples this
        start local 1 // io.vertx.proton.ProtonConnection connection
         0: .line 68
            aload 1 /* connection */
            ldc "myQueue"
            invokeinterface io.vertx.proton.ProtonConnection.createReceiver:(Ljava/lang/String;)Lio/vertx/proton/ProtonReceiver;
            invokedynamic handle()Lio/vertx/proton/ProtonMessageHandler;
              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:
                  (Lio/vertx/proton/ProtonDelivery;Lorg/apache/qpid/proton/message/Message;)V
                  examples/VertxProtonExamples.lambda$4(Lio/vertx/proton/ProtonDelivery;Lorg/apache/qpid/proton/message/Message;)V (6)
                  (Lio/vertx/proton/ProtonDelivery;Lorg/apache/qpid/proton/message/Message;)V
            invokeinterface io.vertx.proton.ProtonReceiver.handler:(Lio/vertx/proton/ProtonMessageHandler;)Lio/vertx/proton/ProtonReceiver;
         1: .line 75
            invokeinterface io.vertx.proton.ProtonReceiver.open:()Lio/vertx/proton/ProtonLink;
            pop
         2: .line 76
            return
        end local 1 // io.vertx.proton.ProtonConnection connection
        end local 0 // examples.VertxProtonExamples this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lexamples/VertxProtonExamples;
            0    3     1  connection  Lio/vertx/proton/ProtonConnection;
    MethodParameters:
            Name  Flags
      connection  

  public void example4(io.vertx.proton.ProtonClient);
    descriptor: (Lio/vertx/proton/ProtonClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.VertxProtonExamples this
        start local 1 // io.vertx.proton.ProtonClient client
         0: .line 80
            aload 1 /* client */
            ldc "hostname"
            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/VertxProtonExamples.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.proton.ProtonClient.connect:(Ljava/lang/String;ILio/vertx/core/Handler;)V
         1: .line 85
            return
        end local 1 // io.vertx.proton.ProtonClient client
        end local 0 // examples.VertxProtonExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lexamples/VertxProtonExamples;
            0    2     1  client  Lio/vertx/proton/ProtonClient;
    MethodParameters:
        Name  Flags
      client  

  public void example5(io.vertx.core.Vertx, io.vertx.proton.ProtonClient);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/proton/ProtonClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // examples.VertxProtonExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.proton.ProtonClient client
         0: .line 88
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            astore 3 /* myContext */
        start local 3 // io.vertx.core.Context myContext
         1: .line 90
            aload 3 /* myContext */
            aload 2 /* client */
            invokedynamic handle(Lio/vertx/proton/ProtonClient;)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/VertxProtonExamples.lambda$6(Lio/vertx/proton/ProtonClient;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         2: .line 95
            return
        end local 3 // io.vertx.core.Context myContext
        end local 2 // io.vertx.proton.ProtonClient client
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.VertxProtonExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lexamples/VertxProtonExamples;
            0    3     1      vertx  Lio/vertx/core/Vertx;
            0    3     2     client  Lio/vertx/proton/ProtonClient;
            1    3     3  myContext  Lio/vertx/core/Context;
    MethodParameters:
        Name  Flags
      vertx   
      client  

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult connectResult
         0: .line 39
            aload 0 /* connectResult */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 40
            aload 0 /* connectResult */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.proton.ProtonConnection
            ldc "my-container/client-id"
            invokeinterface io.vertx.proton.ProtonConnection.setContainer:(Ljava/lang/String;)Lio/vertx/proton/ProtonConnection;
            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/VertxProtonExamples.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.proton.ProtonConnection.openHandler:(Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonConnection;
         2: .line 45
            invokeinterface io.vertx.proton.ProtonConnection.open:()Lio/vertx/proton/ProtonConnection;
            pop
         3: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult connectResult
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0  connectResult  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.core.AsyncResult openResult
         0: .line 52
            aload 0 /* openResult */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
         1: .line 53
            aload 0 /* openResult */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.proton.ProtonSender
            astore 1 /* sender */
        start local 1 // io.vertx.proton.ProtonSender sender
         2: .line 55
            invokestatic io.vertx.proton.ProtonHelper.message:()Lorg/apache/qpid/proton/message/Message;
            astore 2 /* message */
        start local 2 // org.apache.qpid.proton.message.Message message
         3: .line 56
            aload 2 /* message */
            new org.apache.qpid.proton.amqp.messaging.AmqpValue
            dup
            ldc "Hello World"
            invokespecial org.apache.qpid.proton.amqp.messaging.AmqpValue.<init>:(Ljava/lang/Object;)V
            invokeinterface org.apache.qpid.proton.message.Message.setBody:(Lorg/apache/qpid/proton/amqp/messaging/Section;)V
         4: .line 59
            aload 1 /* sender */
            aload 2 /* message */
            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/VertxProtonExamples.lambda$3(Lio/vertx/proton/ProtonDelivery;)V (6)
                  (Lio/vertx/proton/ProtonDelivery;)V
            invokeinterface io.vertx.proton.ProtonSender.send:(Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonDelivery;
            pop
        end local 2 // org.apache.qpid.proton.message.Message message
        end local 1 // io.vertx.proton.ProtonSender sender
         5: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult openResult
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  openResult  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonSender;>;
            2    5     1      sender  Lio/vertx/proton/ProtonSender;
            3    5     2     message  Lorg/apache/qpid/proton/message/Message;

  private static void lambda$4(io.vertx.proton.ProtonDelivery, org.apache.qpid.proton.message.Message);
    descriptor: (Lio/vertx/proton/ProtonDelivery;Lorg/apache/qpid/proton/message/Message;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.proton.ProtonDelivery delivery
        start local 1 // org.apache.qpid.proton.message.Message msg
         0: .line 69
            aload 1 /* msg */
            invokeinterface org.apache.qpid.proton.message.Message.getBody:()Lorg/apache/qpid/proton/amqp/messaging/Section;
            astore 2 /* body */
        start local 2 // org.apache.qpid.proton.amqp.messaging.Section body
         1: .line 70
            aload 2 /* body */
            instanceof org.apache.qpid.proton.amqp.messaging.AmqpValue
            ifeq 3
         2: .line 71
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Received message with content: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* body */
            checkcast org.apache.qpid.proton.amqp.messaging.AmqpValue
            invokevirtual org.apache.qpid.proton.amqp.messaging.AmqpValue.getValue:()Ljava/lang/Object;
            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 // org.apache.qpid.proton.amqp.messaging.Section body
         3: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.qpid.proton.message.Message msg
        end local 0 // io.vertx.proton.ProtonDelivery delivery
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  delivery  Lio/vertx/proton/ProtonDelivery;
            0    4     1       msg  Lorg/apache/qpid/proton/message/Message;
            1    3     2      body  Lorg/apache/qpid/proton/amqp/messaging/Section;

  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=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult connectResult
         0: .line 83
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            pop
         1: .line 84
            return
        end local 0 // io.vertx.core.AsyncResult connectResult
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0  connectResult  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;

  private static void lambda$6(io.vertx.proton.ProtonClient, java.lang.Void);
    descriptor: (Lio/vertx/proton/ProtonClient;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 1 // java.lang.Void x
         0: .line 91
            aload 0
            ldc "hostname"
            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/VertxProtonExamples.lambda$7(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.proton.ProtonClient.connect:(Ljava/lang/String;ILio/vertx/core/Handler;)V
         1: .line 94
            return
        end local 1 // java.lang.Void x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1     x  Ljava/lang/Void;

  private static void lambda$1(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 openResult
         0: .line 41
            aload 0 /* openResult */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 2
         1: .line 42
            aload 0 /* openResult */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.proton.ProtonConnection
            pop
         2: .line 45
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult openResult
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  openResult  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;

  private static void lambda$3(io.vertx.proton.ProtonDelivery);
    descriptor: (Lio/vertx/proton/ProtonDelivery;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.vertx.proton.ProtonDelivery delivery
         0: .line 60
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Message received by server: remote state=%s, remotely settled=%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 61
            aload 0 /* delivery */
            invokeinterface io.vertx.proton.ProtonDelivery.getRemoteState:()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            aastore
            dup
            iconst_1
            aload 0 /* delivery */
            invokeinterface io.vertx.proton.ProtonDelivery.remotelySettled:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
         2: .line 60
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         3: .line 62
            return
        end local 0 // io.vertx.proton.ProtonDelivery delivery
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  delivery  Lio/vertx/proton/ProtonDelivery;

  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=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult connectResult
         0: .line 93
            return
        end local 0 // io.vertx.core.AsyncResult connectResult
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  connectResult  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;
}
SourceFile: "VertxProtonExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeInvisibleAnnotations: 
      io.vertx.docgen.Source(translate = false)