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 34
            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 37
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 38
            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 39
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         3: .line 40
            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 44
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 45
            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 46
            sipush 1234
            ldc "0.0.0.0"
            invokeinterface io.vertx.ext.stomp.StompServer.listen:(ILjava/lang/String;)Lio/vertx/core/Future;
            pop
         3: .line 47
            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 50
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 51
            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 52
            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 59
            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 62
            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 63
            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 64
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         3: .line 65
            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 68
            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 69
            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 70
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         3: .line 71
            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 74
            aload 1 /* vertx */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
         1: .line 75
            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/Object;)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/Object;)Lio/vertx/core/json/JsonObject;
         2: .line 74
            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 76
            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 77
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         5: .line 78
            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.authentication.AuthenticationProvider);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/authentication/AuthenticationProvider;)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.authentication.AuthenticationProvider provider
         0: .line 81
            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 82
            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/authentication/AuthenticationProvider;)Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         2: .line 83
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         3: .line 84
            return
        end local 2 // io.vertx.ext.auth.authentication.AuthenticationProvider 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/authentication/AuthenticationProvider;
    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 87
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 88
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 89
            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 93
            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 88
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         5: .line 97
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         6: .line 98
            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 101
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 102
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .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$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 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$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 109
            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 102
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         6: .line 114
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         7: .line 115
            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 118
            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 125
            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 128
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 129
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 130
            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 129
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         4: .line 137
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         5: .line 138
            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 141
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 142
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 143
            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 142
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         4: .line 152
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         5: .line 153
            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 156
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 157
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 158
            new io.vertx.ext.stomp.BridgeOptions
            dup
            invokespecial io.vertx.ext.stomp.BridgeOptions.<init>:()V
         3: .line 159
            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 160
            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 158
            invokeinterface io.vertx.ext.stomp.StompServerHandler.bridge:(Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
         6: .line 157
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         7: .line 163
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         8: .line 164
            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 167
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 168
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 169
            new io.vertx.ext.stomp.BridgeOptions
            dup
            invokespecial io.vertx.ext.stomp.BridgeOptions.<init>:()V
         3: .line 170
            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 171
            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 172
            iconst_1
            invokevirtual io.vertx.ext.stomp.BridgeOptions.setPointToPoint:(Z)Lio/vertx/ext/stomp/BridgeOptions;
         6: .line 169
            invokeinterface io.vertx.ext.stomp.StompServerHandler.bridge:(Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
         7: .line 168
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
         8: .line 175
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         9: .line 176
            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 179
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 180
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServerHandler.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServerHandler;
         2: .line 181
            new io.vertx.ext.stomp.BridgeOptions
            dup
            invokespecial io.vertx.ext.stomp.BridgeOptions.<init>:()V
         3: .line 182
            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 183
            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/Object;)Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.ext.bridge.PermittedOptions.setMatch:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/bridge/PermittedOptions;
         5: .line 182
            invokevirtual io.vertx.ext.stomp.BridgeOptions.addInboundPermitted:(Lio/vertx/ext/bridge/PermittedOptions;)Lio/vertx/ext/stomp/BridgeOptions;
         6: .line 184
            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 185
            iconst_1
            invokevirtual io.vertx.ext.stomp.BridgeOptions.setPointToPoint:(Z)Lio/vertx/ext/stomp/BridgeOptions;
         8: .line 181
            invokeinterface io.vertx.ext.stomp.StompServerHandler.bridge:(Lio/vertx/ext/stomp/BridgeOptions;)Lio/vertx/ext/stomp/StompServerHandler;
         9: .line 180
            invokeinterface io.vertx.ext.stomp.StompServer.handler:(Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
        10: .line 188
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
        11: .line 189
            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=6, locals=3, args_size=2
        start local 0 // examples.StompServerExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 192
            aload 1 /* vertx */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
         1: .line 193
            iconst_m1
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setPort:(I)Lio/vertx/ext/stomp/StompServerOptions;
         2: .line 194
            iconst_1
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setWebsocketBridge:(Z)Lio/vertx/ext/stomp/StompServerOptions;
         3: .line 195
            ldc "/stomp"
            invokevirtual io.vertx.ext.stomp.StompServerOptions.setWebsocketPath:(Ljava/lang/String;)Lio/vertx/ext/stomp/StompServerOptions;
         4: .line 192
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
         5: .line 196
            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 192
            astore 2 /* server */
        start local 2 // io.vertx.ext.stomp.StompServer server
         7: .line 198
            aload 1 /* vertx */
         8: .line 199
            new io.vertx.core.http.HttpServerOptions
            dup
            invokespecial io.vertx.core.http.HttpServerOptions.<init>:()V
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "v10.stomp"
            aastore
            dup
            iconst_1
            ldc "v11.stomp"
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual io.vertx.core.http.HttpServerOptions.setWebSocketSubProtocols:(Ljava/util/List;)Lio/vertx/core/http/HttpServerOptions;
         9: .line 198
            invokeinterface io.vertx.core.Vertx.createHttpServer:(Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/core/http/HttpServer;
        10: .line 201
            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 202
            sipush 8080
            invokeinterface io.vertx.core.http.HttpServer.listen:(I)Lio/vertx/core/Future;
            pop
        12: .line 203
            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 206
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 207
            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 210
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         3: .line 212
            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 213
            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 216
            aload 1 /* vertx */
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
         1: .line 217
            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 218
            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 221
            invokeinterface io.vertx.ext.stomp.StompServer.listen:()Lio/vertx/core/Future;
            pop
         4: .line 223
            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 226
            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 53
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 54
            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 55
            goto 4
         3: .line 56
      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 58
      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 92
            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 96
            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 105
            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 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$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 111
            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 119
            aload 0 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 120
            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 121
            goto 4
         3: .line 122
      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 124
      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 131
            aload 2 /* name */
            ldc "/queue"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 132
            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 134
      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 144
            aload 2 /* name */
            ldc "/forbidden"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 145
            aconst_null
            areturn
         2: .line 146
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ldc "/queue"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 147
            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 149
      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 208
            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 209
            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 212
            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 219
            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 220
            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 224
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* frame */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         1: .line 225
            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