public class io.vertx.ext.stomp.DefaultCommitHandler implements io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.stomp.DefaultCommitHandler
  super_class: java.lang.Object
{
  private static volatile int[] $SWITCH_TABLE$io$vertx$ext$stomp$Frame$Command;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/DefaultCommitHandler;

  public void handle(io.vertx.ext.stomp.ServerFrame);
    descriptor: (Lio/vertx/ext/stomp/ServerFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
        start local 1 // io.vertx.ext.stomp.ServerFrame serverFrame
         0: .line 41
            aload 1 /* serverFrame */
            invokeinterface io.vertx.ext.stomp.ServerFrame.frame:()Lio/vertx/ext/stomp/Frame;
            astore 2 /* frame */
        start local 2 // io.vertx.ext.stomp.Frame frame
         1: .line 42
            aload 1 /* serverFrame */
            invokeinterface io.vertx.ext.stomp.ServerFrame.connection:()Lio/vertx/ext/stomp/StompServerConnection;
            astore 3 /* connection */
        start local 3 // io.vertx.ext.stomp.StompServerConnection connection
         2: .line 43
            aload 2 /* frame */
            ldc "transaction"
            invokevirtual io.vertx.ext.stomp.Frame.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* txId */
        start local 4 // java.lang.String txId
         3: .line 44
            aload 4 /* txId */
            ifnonnull 7
         4: .line 45
            ldc "Missing transaction id"
            invokestatic io.vertx.ext.stomp.utils.Headers.create:()Lio/vertx/ext/stomp/utils/Headers;
            ldc "COMMIT frames must contain the 'transaction' header."
            invokestatic io.vertx.ext.stomp.Frames.createErrorFrame:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)Lio/vertx/ext/stomp/Frame;
            astore 5 /* error */
        start local 5 // io.vertx.ext.stomp.Frame error
         5: .line 48
            aload 3 /* connection */
            aload 5 /* error */
            invokeinterface io.vertx.ext.stomp.StompServerConnection.write:(Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/StompServerConnection;
            invokeinterface io.vertx.ext.stomp.StompServerConnection.close:()V
         6: .line 49
            return
        end local 5 // io.vertx.ext.stomp.Frame error
         7: .line 52
      StackMap locals: io.vertx.ext.stomp.Frame io.vertx.ext.stomp.StompServerConnection java.lang.String
      StackMap stack:
            invokestatic io.vertx.ext.stomp.impl.Transactions.instance:()Lio/vertx/ext/stomp/impl/Transactions;
            aload 3 /* connection */
            aload 4 /* txId */
            invokevirtual io.vertx.ext.stomp.impl.Transactions.getTransaction:(Lio/vertx/ext/stomp/StompServerConnection;Ljava/lang/String;)Lio/vertx/ext/stomp/impl/Transaction;
            astore 5 /* transaction */
        start local 5 // io.vertx.ext.stomp.impl.Transaction transaction
         8: .line 53
            aload 5 /* transaction */
            ifnonnull 15
         9: .line 54
            ldc "Unknown transaction"
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
        10: .line 55
            ldc "transaction"
            aastore
            dup
            iconst_1
            aload 4 /* txId */
            aastore
            invokestatic io.vertx.ext.stomp.utils.Headers.create:([Ljava/lang/String;)Lio/vertx/ext/stomp/utils/Headers;
        11: .line 56
            ldc "The transaction id is unknown."
        12: .line 54
            invokestatic io.vertx.ext.stomp.Frames.createErrorFrame:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)Lio/vertx/ext/stomp/Frame;
            astore 6 /* error */
        start local 6 // io.vertx.ext.stomp.Frame error
        13: .line 57
            aload 3 /* connection */
            aload 6 /* error */
            invokeinterface io.vertx.ext.stomp.StompServerConnection.write:(Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/StompServerConnection;
            invokeinterface io.vertx.ext.stomp.StompServerConnection.close:()V
        14: .line 58
            return
        end local 6 // io.vertx.ext.stomp.Frame error
        15: .line 61
      StackMap locals: io.vertx.ext.stomp.impl.Transaction
      StackMap stack:
            aload 0 /* this */
            aload 3 /* connection */
            aload 5 /* transaction */
            invokevirtual io.vertx.ext.stomp.impl.Transaction.getFrames:()Ljava/util/List;
            invokevirtual io.vertx.ext.stomp.DefaultCommitHandler.replay:(Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List;)V
        16: .line 62
            aload 5 /* transaction */
            invokevirtual io.vertx.ext.stomp.impl.Transaction.clear:()Lio/vertx/ext/stomp/impl/Transaction;
            pop
        17: .line 63
            invokestatic io.vertx.ext.stomp.impl.Transactions.instance:()Lio/vertx/ext/stomp/impl/Transactions;
            aload 3 /* connection */
            aload 4 /* txId */
            invokevirtual io.vertx.ext.stomp.impl.Transactions.unregisterTransaction:(Lio/vertx/ext/stomp/StompServerConnection;Ljava/lang/String;)Z
            pop
        18: .line 65
            aload 2 /* frame */
            aload 3 /* connection */
            invokestatic io.vertx.ext.stomp.Frames.handleReceipt:(Lio/vertx/ext/stomp/Frame;Lio/vertx/ext/stomp/StompServerConnection;)V
        19: .line 66
            return
        end local 5 // io.vertx.ext.stomp.impl.Transaction transaction
        end local 4 // java.lang.String txId
        end local 3 // io.vertx.ext.stomp.StompServerConnection connection
        end local 2 // io.vertx.ext.stomp.Frame frame
        end local 1 // io.vertx.ext.stomp.ServerFrame serverFrame
        end local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lio/vertx/ext/stomp/DefaultCommitHandler;
            0   20     1  serverFrame  Lio/vertx/ext/stomp/ServerFrame;
            1   20     2        frame  Lio/vertx/ext/stomp/Frame;
            2   20     3   connection  Lio/vertx/ext/stomp/StompServerConnection;
            3   20     4         txId  Ljava/lang/String;
            5    7     5        error  Lio/vertx/ext/stomp/Frame;
            8   20     5  transaction  Lio/vertx/ext/stomp/impl/Transaction;
           13   15     6        error  Lio/vertx/ext/stomp/Frame;
    MethodParameters:
             Name  Flags
      serverFrame  

  private void replay(io.vertx.ext.stomp.StompServerConnection, java.util.List<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
        start local 1 // io.vertx.ext.stomp.StompServerConnection connection
        start local 2 // java.util.List frames
         0: .line 70
            aload 2 /* frames */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         1: .line 71
            goto 7
         2: .line 72
      StackMap locals: java.util.Iterator
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* chunk */
        start local 4 // java.util.List chunk
         3: .line 73
            goto 5
         4: .line 74
      StackMap locals: java.util.List
      StackMap stack:
            aload 4 /* chunk */
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.stomp.Frame
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 73
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 6
            aload 4 /* chunk */
            invokeinterface java.util.List.size:()I
            aload 1 /* connection */
            invokeinterface io.vertx.ext.stomp.StompServerConnection.server:()Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.options:()Lio/vertx/ext/stomp/StompServerOptions;
            invokevirtual io.vertx.ext.stomp.StompServerOptions.getTransactionChunkSize:()I
            if_icmplt 4
         6: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* connection */
            invokeinterface io.vertx.ext.stomp.StompServerConnection.server:()Lio/vertx/ext/stomp/StompServer;
            invokeinterface io.vertx.ext.stomp.StompServer.vertx:()Lio/vertx/core/Vertx;
            aload 0 /* this */
            aload 1 /* connection */
            aload 4 /* chunk */
            invokedynamic handle(Lio/vertx/ext/stomp/DefaultCommitHandler;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List;)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
                  io/vertx/ext/stomp/DefaultCommitHandler.lambda$0(Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
        end local 4 // java.util.List chunk
         7: .line 71
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 78
            return
        end local 3 // java.util.Iterator iterator
        end local 2 // java.util.List frames
        end local 1 // io.vertx.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lio/vertx/ext/stomp/DefaultCommitHandler;
            0    9     1  connection  Lio/vertx/ext/stomp/StompServerConnection;
            0    9     2      frames  Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;
            1    9     3    iterator  Ljava/util/Iterator<Lio/vertx/ext/stomp/Frame;>;
            3    7     4       chunk  Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;)V
    MethodParameters:
            Name  Flags
      connection  
      frames      

  private void replayChunk(io.vertx.ext.stomp.StompServerConnection, java.util.List<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
        start local 1 // io.vertx.ext.stomp.StompServerConnection connection
        start local 2 // java.util.List frames
         0: .line 81
            aload 1 /* connection */
            invokeinterface io.vertx.ext.stomp.StompServerConnection.handler:()Lio/vertx/ext/stomp/StompServerHandler;
            invokeinterface io.vertx.ext.stomp.StompServerHandler.getDestinations:()Ljava/util/List;
            astore 3 /* destinations */
        start local 3 // java.util.List destinations
         1: .line 82
            aload 2 /* frames */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 20
      StackMap locals: io.vertx.ext.stomp.DefaultCommitHandler io.vertx.ext.stomp.StompServerConnection java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.stomp.Frame
            astore 4 /* frame */
        start local 4 // io.vertx.ext.stomp.Frame frame
         3: .line 83
            invokestatic io.vertx.ext.stomp.DefaultCommitHandler.$SWITCH_TABLE$io$vertx$ext$stomp$Frame$Command:()[I
            aload 4 /* frame */
            invokevirtual io.vertx.ext.stomp.Frame.getCommand:()Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            iaload
            tableswitch { // 4 - 8
                    4: 4
                    5: 20
                    6: 20
                    7: 9
                    8: 15
              default: 20
          }
         4: .line 86
      StackMap locals: io.vertx.ext.stomp.DefaultCommitHandler io.vertx.ext.stomp.StompServerConnection java.util.List java.util.List io.vertx.ext.stomp.Frame java.util.Iterator
      StackMap stack:
            aload 4 /* frame */
            ldc "destination"
            invokevirtual io.vertx.ext.stomp.Frame.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 6 /* destination */
        start local 6 // java.lang.String destination
         5: .line 87
            aload 1 /* connection */
            invokeinterface io.vertx.ext.stomp.StompServerConnection.handler:()Lio/vertx/ext/stomp/StompServerHandler;
            aload 6 /* destination */
            invokeinterface io.vertx.ext.stomp.StompServerHandler.getDestination:(Ljava/lang/String;)Lio/vertx/ext/stomp/Destination;
            astore 7 /* dest */
        start local 7 // io.vertx.ext.stomp.Destination dest
         6: .line 88
            aload 7 /* dest */
            ifnull 20
         7: .line 89
            aload 7 /* dest */
            aload 1 /* connection */
            aload 4 /* frame */
            invokeinterface io.vertx.ext.stomp.Destination.dispatch:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/Destination;
            pop
         8: .line 91
            goto 20
        end local 7 // io.vertx.ext.stomp.Destination dest
        end local 6 // java.lang.String destination
         9: .line 93
      StackMap locals:
      StackMap stack:
            aload 3 /* destinations */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 13
      StackMap locals: io.vertx.ext.stomp.DefaultCommitHandler io.vertx.ext.stomp.StompServerConnection java.util.List java.util.List io.vertx.ext.stomp.Frame java.util.Iterator top top top java.util.Iterator
      StackMap stack:
        10: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.stomp.Destination
            astore 8 /* d */
        start local 8 // io.vertx.ext.stomp.Destination d
        11: .line 94
            aload 8 /* d */
            aload 1 /* connection */
            aload 4 /* frame */
            invokeinterface io.vertx.ext.stomp.Destination.ack:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
            ifeq 13
        12: .line 95
            goto 20
        end local 8 // io.vertx.ext.stomp.Destination d
        13: .line 93
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        14: .line 98
            goto 20
        15: .line 100
      StackMap locals: io.vertx.ext.stomp.DefaultCommitHandler io.vertx.ext.stomp.StompServerConnection java.util.List java.util.List io.vertx.ext.stomp.Frame java.util.Iterator
      StackMap stack:
            aload 3 /* destinations */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 19
      StackMap locals: io.vertx.ext.stomp.DefaultCommitHandler io.vertx.ext.stomp.StompServerConnection java.util.List java.util.List io.vertx.ext.stomp.Frame java.util.Iterator top top top java.util.Iterator
      StackMap stack:
        16: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.stomp.Destination
            astore 8 /* d */
        start local 8 // io.vertx.ext.stomp.Destination d
        17: .line 101
            aload 8 /* d */
            aload 1 /* connection */
            aload 4 /* frame */
            invokeinterface io.vertx.ext.stomp.Destination.nack:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
            ifeq 19
        18: .line 102
            goto 20
        end local 8 // io.vertx.ext.stomp.Destination d
        19: .line 100
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        end local 4 // io.vertx.ext.stomp.Frame frame
        20: .line 82
      StackMap locals: io.vertx.ext.stomp.DefaultCommitHandler io.vertx.ext.stomp.StompServerConnection java.util.List java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        21: .line 108
            return
        end local 3 // java.util.List destinations
        end local 2 // java.util.List frames
        end local 1 // io.vertx.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lio/vertx/ext/stomp/DefaultCommitHandler;
            0   22     1    connection  Lio/vertx/ext/stomp/StompServerConnection;
            0   22     2        frames  Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;
            1   22     3  destinations  Ljava/util/List<Lio/vertx/ext/stomp/Destination;>;
            3   20     4         frame  Lio/vertx/ext/stomp/Frame;
            5    9     6   destination  Ljava/lang/String;
            6    9     7          dest  Lio/vertx/ext/stomp/Destination;
           11   13     8             d  Lio/vertx/ext/stomp/Destination;
           17   19     8             d  Lio/vertx/ext/stomp/Destination;
    Signature: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;)V
    MethodParameters:
            Name  Flags
      connection  
      frames      

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.ext.stomp.ServerFrame
            invokevirtual io.vertx.ext.stomp.DefaultCommitHandler.handle:(Lio/vertx/ext/stomp/ServerFrame;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int[] $SWITCH_TABLE$io$vertx$ext$stomp$Frame$Command();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 37
            getstatic io.vertx.ext.stomp.DefaultCommitHandler.$SWITCH_TABLE$io$vertx$ext$stomp$Frame$Command:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.ext.stomp.Frame$Command.values:()[Lio/vertx/ext/stomp/Frame$Command;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.ABORT:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 11
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.ACK:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 7
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.BEGIN:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 9
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.COMMIT:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 10
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.CONNECT:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            iconst_1
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.CONNECTED:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            iconst_2
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.DISCONNECT:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 12
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.ERROR:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 15
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.MESSAGE:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 13
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.NACK:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 8
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.PING:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 16
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.RECEIPT:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 14
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.SEND:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            iconst_4
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.STOMP:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            iconst_3
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.SUBSCRIBE:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            iconst_5
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.UNKNOWN:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 17
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic io.vertx.ext.stomp.Frame$Command.UNSUBSCRIBE:Lio/vertx/ext/stomp/Frame$Command;
            invokevirtual io.vertx.ext.stomp.Frame$Command.ordinal:()I
            bipush 6
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            dup
            putstatic io.vertx.ext.stomp.DefaultCommitHandler.$SWITCH_TABLE$io$vertx$ext$stomp$Frame$Command:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError

  private void lambda$0(io.vertx.ext.stomp.StompServerConnection, java.util.List, java.lang.Void);
    descriptor: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
        start local 3 // java.lang.Void v
         0: .line 76
            aload 0 /* this */
            aload 1
            aload 2
            invokevirtual io.vertx.ext.stomp.DefaultCommitHandler.replayChunk:(Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/List;)V
            return
        end local 3 // java.lang.Void v
        end local 0 // io.vertx.ext.stomp.DefaultCommitHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/DefaultCommitHandler;
            0    1     3     v  Ljava/lang/Void;
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;
SourceFile: "DefaultCommitHandler.java"
InnerClasses:
  public final Command = io.vertx.ext.stomp.Frame$Command of io.vertx.ext.stomp.Frame
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles