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

  public void example1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 34
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 35
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 36
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         3: .line 37
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lexamples/StompServerExamples;
            0    4     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example2(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 41
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 42
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 43
            sipush 1234
            ldc "0.0.0.0"
            invokeinterface io.vertx.ext.stomp.StompServer.listen:(ILjava/lang/String;)Lio/vertx/ext/stomp/StompServer;
            pop
         3: .line 44
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lexamples/StompServerExamples;
            0    4     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example3(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 47
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 48
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 49
            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/StompServerExamples.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.stomp.StompServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServer;
            pop
         3: .line 56
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lexamples/StompServerExamples;
            0    4     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example4(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 59
            aload 1 /* vertx */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
            sipush 1234
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setPort:(I)Lio/vertx/ext/stomp/StompServerOptions;
            ldc "0.0.0.0"
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setHost:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompServerOptions;
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
         1: .line 60
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 61
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         3: .line 62
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lexamples/StompServerExamples;
            0    4     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example5(io.vertx.core.Vertx, io.vertx.core.net.NetServer);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/net/NetServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.net.NetServer netServer
         0: .line 65
            aload 1 /* vertx */
            aload 2 /* netServer */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;Lio/vertx/core/net/NetServer;)Lio/vertx/ext/stomp/StompServer;
         1: .line 66
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 67
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         3: .line 68
            return
        end local 2 // io.vertx.core.net.NetServer netServer
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lexamples/StompServerExamples;
            0    4     1      vertx  Lio/vertx/core/Vertx;
            0    4     2  netServer  Lio/vertx/core/net/NetServer;
    MethodParameters:
           Name  Flags
      vertx      
      netServer  

  public void example6(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 71
            aload 1 /* vertx */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
         1: .line 72
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "x"
            sipush 1000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
            ldc "y"
            sipush 1000
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Integer;)Lio/vertx/core/json/JsonObject;
         2: .line 71
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setHeartbeat:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/stomp/StompServerOptions;
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
         3: .line 73
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         4: .line 74
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         5: .line 75
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lexamples/StompServerExamples;
            0    6     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example7(io.vertx.core.Vertx, io.vertx.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/AuthProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.auth.AuthProvider provider
         0: .line 78
            aload 1 /* vertx */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
            iconst_1
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setSecured:(Z)Lio/vertx/ext/stomp/StompServerOptions;
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
         1: .line 79
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            aload 2 /* provider */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.authProvider:(Lio/vertx/ext/auth/AuthProvider;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 80
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         3: .line 81
            return
        end local 2 // io.vertx.ext.auth.AuthProvider provider
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lexamples/StompServerExamples;
            0    4     1     vertx  Lio/vertx/core/Vertx;
            0    4     2  provider  Lio/vertx/ext/auth/AuthProvider;
    MethodParameters:
          Name  Flags
      vertx     
      provider  

  public void example8(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 84
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 85
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 86
            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/StompServerExamples.lambda$1(Lio/vertx/ext/stomp/Acknowledgement;)V (6)
                  (Lio/vertx/ext/stomp/Acknowledgement;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onAckHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
         3: .line 90
            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/StompServerExamples.lambda$2(Lio/vertx/ext/stomp/Acknowledgement;)V (6)
                  (Lio/vertx/ext/stomp/Acknowledgement;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.onNackHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
         4: .line 85
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         5: .line 94
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         6: .line 95
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lexamples/StompServerExamples;
            0    7     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example9(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 98
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 99
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 100
            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/StompServerExamples.lambda$3(Lio/vertx/ext/stomp/StompServerConnection;)V (6)
                  (Lio/vertx/ext/stomp/StompServerConnection;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
         3: .line 103
            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/StompServerExamples.lambda$4(Lio/vertx/ext/stomp/ServerFrame;)V (6)
                  (Lio/vertx/ext/stomp/ServerFrame;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.beginHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
         4: .line 106
            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/StompServerExamples.lambda$5(Lio/vertx/ext/stomp/ServerFrame;)V (6)
                  (Lio/vertx/ext/stomp/ServerFrame;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.commitHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
         5: .line 99
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         6: .line 111
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         7: .line 112
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lexamples/StompServerExamples;
            0    8     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example10(io.vertx.ext.stomp.StompServer);
    descriptor: (Lio/vertx/ext/stomp/StompServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.ext.stomp.StompServer server
         0: .line 115
            aload 1 /* server */
            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/StompServerExamples.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.stomp.StompServer.close:(Lio/vertx/core/Handler;)V
         1: .line 122
            return
        end local 1 // io.vertx.ext.stomp.StompServer server
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lexamples/StompServerExamples;
            0    2     1  server  Lio/vertx/ext/stomp/StompServer;
    MethodParameters:
        Name  Flags
      server  

  public void example11(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 125
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 126
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 127
            aload 1 /* vertx */
            invokedynamic create(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/DestinationFactory;
              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/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
                  examples/StompServerExamples.lambda$7(Lio/vertx/core/Vertx;Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination; (6)
                  (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.destinationFactory:(Lio/vertx/ext/stomp/DestinationFactory;)Lio/vertx/ext/stomp/StompServerHandler;
         3: .line 126
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         4: .line 134
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         5: .line 135
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lexamples/StompServerExamples;
            0    6     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example12(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 138
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 139
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 140
            aload 1 /* vertx */
            invokedynamic create(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/DestinationFactory;
              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/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
                  examples/StompServerExamples.lambda$8(Lio/vertx/core/Vertx;Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination; (6)
                  (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.destinationFactory:(Lio/vertx/ext/stomp/DestinationFactory;)Lio/vertx/ext/stomp/StompServerHandler;
         3: .line 139
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         4: .line 149
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         5: .line 150
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lexamples/StompServerExamples;
            0    6     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example13(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 153
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 154
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 155
            new io.vertx.ext.stomp.BridgeOptions
            dup
            invokespecial io.vertx.ext.stomp.BridgeOptions.<init>:()V
         3: .line 156
            new io.vertx.ext.bridge.PermittedOptions
            dup
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:()V
            ldc "/toBus"
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setAddress:(Ljava/lang/String;)Lio/vertx/ext/bridge/PermittedOptions;
            invokevirtual io.vertx.ext.stomp.BridgeOptions.addInboundPermitted:(Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/stomp/BridgeOptions;
         4: .line 157
            new io.vertx.ext.bridge.PermittedOptions
            dup
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:()V
            ldc "/toStomp"
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setAddress:(Ljava/lang/String;)Lio/vertx/ext/bridge/PermittedOptions;
            invokevirtual io.vertx.ext.stomp.BridgeOptions.addOutboundPermitted:(Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/stomp/BridgeOptions;
         5: .line 155
            invokeinterface io.vertx.ext.stomp.StompServerHandler.bridge:(Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
         6: .line 154
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         7: .line 160
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         8: .line 161
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lexamples/StompServerExamples;
            0    9     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example14(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 164
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 165
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 166
            new io.vertx.ext.stomp.BridgeOptions
            dup
            invokespecial io.vertx.ext.stomp.BridgeOptions.<init>:()V
         3: .line 167
            new io.vertx.ext.bridge.PermittedOptions
            dup
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:()V
            ldc "/toBus"
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setAddress:(Ljava/lang/String;)Lio/vertx/ext/bridge/PermittedOptions;
            invokevirtual io.vertx.ext.stomp.BridgeOptions.addInboundPermitted:(Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/stomp/BridgeOptions;
         4: .line 168
            new io.vertx.ext.bridge.PermittedOptions
            dup
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:()V
            ldc "/toStomp"
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setAddress:(Ljava/lang/String;)Lio/vertx/ext/bridge/PermittedOptions;
            invokevirtual io.vertx.ext.stomp.BridgeOptions.addOutboundPermitted:(Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/stomp/BridgeOptions;
         5: .line 169
            iconst_1
            invokevirtual io.vertx.ext.stomp.BridgeOptions.setPointToPoint:(Z)Lio/vertx/ext/stomp/BridgeOptions;
         6: .line 166
            invokeinterface io.vertx.ext.stomp.StompServerHandler.bridge:(Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
         7: .line 165
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         8: .line 172
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         9: .line 173
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lexamples/StompServerExamples;
            0   10     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example15(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 176
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 177
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 178
            new io.vertx.ext.stomp.BridgeOptions
            dup
            invokespecial io.vertx.ext.stomp.BridgeOptions.<init>:()V
         3: .line 179
            new io.vertx.ext.bridge.PermittedOptions
            dup
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:()V
            ldc "/toBus"
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setAddress:(Ljava/lang/String;)Lio/vertx/ext/bridge/PermittedOptions;
         4: .line 180
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "foo"
            ldc "bar"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setMatch:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/bridge/PermittedOptions;
         5: .line 179
            invokevirtual io.vertx.ext.stomp.BridgeOptions.addInboundPermitted:(Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/stomp/BridgeOptions;
         6: .line 181
            new io.vertx.ext.bridge.PermittedOptions
            dup
            invokespecial io.vertx.ext.bridge.PermittedOptions.<init>:()V
            ldc "/toStomp"
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setAddress:(Ljava/lang/String;)Lio/vertx/ext/bridge/PermittedOptions;
            invokevirtual io.vertx.ext.stomp.BridgeOptions.addOutboundPermitted:(Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/stomp/BridgeOptions;
         7: .line 182
            iconst_1
            invokevirtual io.vertx.ext.stomp.BridgeOptions.setPointToPoint:(Z)Lio/vertx/ext/stomp/BridgeOptions;
         8: .line 178
            invokeinterface io.vertx.ext.stomp.StompServerHandler.bridge:(Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
         9: .line 177
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
        10: .line 185
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
        11: .line 186
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lexamples/StompServerExamples;
            0   12     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example16(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 189
            aload 1 /* vertx */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
         1: .line 190
            iconst_m1
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setPort:(I)Lio/vertx/ext/stomp/StompServerOptions;
         2: .line 191
            iconst_1
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setWebsocketBridge:(Z)Lio/vertx/ext/stomp/StompServerOptions;
         3: .line 192
            ldc "/stomp"
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setWebsocketPath:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompServerOptions;
         4: .line 189
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
         5: .line 193
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         6: .line 189
            astore 2 /* server */
        start local 2 // io.vertx.ext.stomp.StompServer server
         7: .line 195
            aload 1 /* vertx */
         8: .line 196
            new io.vertx.core.http.HttpServerOptions
            dup
            invokespecial io.vertx.core.http.HttpServerOptions.<init>:()V
            ldc "v10.stomp, v11.stomp"
            invokevirtual io.vertx.core.http.HttpServerOptions.setWebsocketSubProtocols:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerOptions;
         9: .line 195
            invokeinterface io.vertx.core.Vertx.createHttpServer:(Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/core/http/HttpServer;
        10: .line 198
            aload 2 /* server */
            invokeinterface io.vertx.ext.stomp.StompServer.webSocketHandler:()Lio/vertx/core/Handler;
            invokeinterface io.vertx.core.http.HttpServer.websocketHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
        11: .line 199
            sipush 8080
            invokeinterface io.vertx.core.http.HttpServer.listen:(I)Lio/vertx/core/http/HttpServer;
            pop
        12: .line 200
            return
        end local 2 // io.vertx.ext.stomp.StompServer server
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lexamples/StompServerExamples;
            0   13     1   vertx  Lio/vertx/core/Vertx;
            7   13     2  server  Lio/vertx/ext/stomp/StompServer;
    MethodParameters:
       Name  Flags
      vertx  

  public void example17(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 203
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 204
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            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/StompServerExamples.lambda$9(Lio/vertx/ext/stomp/ServerFrame;)V (6)
                  (Lio/vertx/ext/stomp/ServerFrame;)V
            invokeinterface io.vertx.ext.stomp.StompServerHandler.receivedFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 207
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         3: .line 209
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompClient.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompClient;
            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/StompServerExamples.lambda$10(Lio/vertx/ext/stomp/Frame;)V (6)
                  (Lio/vertx/ext/stomp/Frame;)V
            invokeinterface io.vertx.ext.stomp.StompClient.receivedFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClient;
            pop
         4: .line 210
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lexamples/StompServerExamples;
            0    5     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void example18(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 213
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 214
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 215
            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/StompServerExamples.lambda$11(Lio/vertx/ext/stomp/ServerFrame;)V (6)
                  (Lio/vertx/ext/stomp/ServerFrame;)V
            invokeinterface io.vertx.ext.stomp.StompServer.writingFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServer;
         3: .line 218
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/ext/stomp/StompServer;
            pop
         4: .line 220
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompClient.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompClient;
            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/StompServerExamples.lambda$12(Lio/vertx/ext/stomp/Frame;)V (6)
                  (Lio/vertx/ext/stomp/Frame;)V
            invokeinterface io.vertx.ext.stomp.StompClient.writingFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompClient;
            pop
         5: .line 223
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.StompServerExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lexamples/StompServerExamples;
            0    6     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  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=4, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 50
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 51
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Failing to start the STOMP server : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 52
            goto 4
         3: .line 53
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Ready to receive STOMP frames"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/stomp/StompServer;>;

  private static void lambda$1(io.vertx.ext.stomp.Acknowledgement);
    descriptor: (Lio/vertx/ext/stomp/Acknowledgement;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.Acknowledgement acknowledgement
         0: .line 89
            return
        end local 0 // io.vertx.ext.stomp.Acknowledgement acknowledgement
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  acknowledgement  Lio/vertx/ext/stomp/Acknowledgement;

  private static void lambda$2(io.vertx.ext.stomp.Acknowledgement);
    descriptor: (Lio/vertx/ext/stomp/Acknowledgement;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.Acknowledgement acknowledgement
         0: .line 93
            return
        end local 0 // io.vertx.ext.stomp.Acknowledgement acknowledgement
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  acknowledgement  Lio/vertx/ext/stomp/Acknowledgement;

  private static void lambda$3(io.vertx.ext.stomp.StompServerConnection);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.StompServerConnection connection
         0: .line 102
            return
        end local 0 // io.vertx.ext.stomp.StompServerConnection connection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  connection  Lio/vertx/ext/stomp/StompServerConnection;

  private static void lambda$4(io.vertx.ext.stomp.ServerFrame);
    descriptor: (Lio/vertx/ext/stomp/ServerFrame;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.ServerFrame frame
         0: .line 105
            return
        end local 0 // io.vertx.ext.stomp.ServerFrame frame
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  frame  Lio/vertx/ext/stomp/ServerFrame;

  private static void lambda$5(io.vertx.ext.stomp.ServerFrame);
    descriptor: (Lio/vertx/ext/stomp/ServerFrame;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.ServerFrame frame
         0: .line 108
            return
        end local 0 // io.vertx.ext.stomp.ServerFrame frame
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  frame  Lio/vertx/ext/stomp/ServerFrame;

  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=4, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 116
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 117
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "The STOMP server has been closed"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 118
            goto 4
         3: .line 119
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "The STOMP server failed to close : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private static io.vertx.ext.stomp.Destination lambda$7(io.vertx.core.Vertx, io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // io.vertx.core.Vertx v
        start local 2 // java.lang.String name
         0: .line 128
            aload 2 /* name */
            ldc "/queue"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 129
            aload 0
            aload 2 /* name */
            invokestatic io.vertx.ext.stomp.Destination.queue:(Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            areturn
         2: .line 131
      StackMap locals:
      StackMap stack:
            aload 0
            aload 2 /* name */
            invokestatic io.vertx.ext.stomp.Destination.topic:(Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            areturn
        end local 2 // java.lang.String name
        end local 1 // io.vertx.core.Vertx v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     v  Lio/vertx/core/Vertx;
            0    3     2  name  Ljava/lang/String;

  private static io.vertx.ext.stomp.Destination lambda$8(io.vertx.core.Vertx, io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // io.vertx.core.Vertx v
        start local 2 // java.lang.String name
         0: .line 141
            aload 2 /* name */
            ldc "/forbidden"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 142
            aconst_null
            areturn
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ldc "/queue"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 144
            aload 0
            aload 2 /* name */
            invokestatic io.vertx.ext.stomp.Destination.queue:(Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            areturn
         4: .line 146
      StackMap locals:
      StackMap stack:
            aload 0
            aload 2 /* name */
            invokestatic io.vertx.ext.stomp.Destination.topic:(Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            areturn
        end local 2 // java.lang.String name
        end local 1 // io.vertx.core.Vertx v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1     v  Lio/vertx/core/Vertx;
            0    5     2  name  Ljava/lang/String;

  private static void lambda$9(io.vertx.ext.stomp.ServerFrame);
    descriptor: (Lio/vertx/ext/stomp/ServerFrame;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.ServerFrame sf
         0: .line 205
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* sf */
            invokeinterface io.vertx.ext.stomp.ServerFrame.frame:()Lio/vertx/ext/stomp/Frame;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         1: .line 206
            return
        end local 0 // io.vertx.ext.stomp.ServerFrame sf
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    sf  Lio/vertx/ext/stomp/ServerFrame;

  private static void lambda$10(io.vertx.ext.stomp.Frame);
    descriptor: (Lio/vertx/ext/stomp/Frame;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.Frame frame
         0: .line 209
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* frame */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
            return
        end local 0 // io.vertx.ext.stomp.Frame frame
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  frame  Lio/vertx/ext/stomp/Frame;

  private static void lambda$11(io.vertx.ext.stomp.ServerFrame);
    descriptor: (Lio/vertx/ext/stomp/ServerFrame;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.ServerFrame sf
         0: .line 216
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* sf */
            invokeinterface io.vertx.ext.stomp.ServerFrame.frame:()Lio/vertx/ext/stomp/Frame;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         1: .line 217
            return
        end local 0 // io.vertx.ext.stomp.ServerFrame sf
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    sf  Lio/vertx/ext/stomp/ServerFrame;

  private static void lambda$12(io.vertx.ext.stomp.Frame);
    descriptor: (Lio/vertx/ext/stomp/Frame;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.Frame frame
         0: .line 221
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* frame */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         1: .line 222
            return
        end local 0 // io.vertx.ext.stomp.Frame frame
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  frame  Lio/vertx/ext/stomp/Frame;
}
SourceFile: "StompServerExamples.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles