public class io.vertx.groovy.ext.stomp.Destination_GroovyExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.ext.stomp.Destination_GroovyExtension
  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 // io.vertx.groovy.ext.stomp.Destination_GroovyExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.ext.stomp.Destination_GroovyExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/ext/stomp/Destination_GroovyExtension;

  public static io.vertx.ext.stomp.Destination dispatch(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Lio/vertx/ext/stomp/Destination;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.Destination j_receiver
        start local 1 // io.vertx.ext.stomp.StompServerConnection connection
        start local 2 // java.util.Map frame
         0: .line 4
            aload 0 /* j_receiver */
            aload 1 /* connection */
         1: .line 5
            aload 2 /* frame */
            ifnull 2
            new io.vertx.ext.stomp.Frame
            dup
            aload 2 /* frame */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
         2: aconst_null
         3: .line 4
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
            invokeinterface io.vertx.ext.stomp.Destination.dispatch:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/Destination;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 6
            aload 0 /* j_receiver */
            areturn
        end local 2 // java.util.Map frame
        end local 1 // io.vertx.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.ext.stomp.Destination j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  j_receiver  Lio/vertx/ext/stomp/Destination;
            0    5     1  connection  Lio/vertx/ext/stomp/StompServerConnection;
            0    5     2       frame  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/ext/stomp/Destination;
    MethodParameters:
            Name  Flags
      j_receiver  
      connection  
      frame       

  public static io.vertx.ext.stomp.Destination subscribe(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Lio/vertx/ext/stomp/Destination;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.Destination j_receiver
        start local 1 // io.vertx.ext.stomp.StompServerConnection connection
        start local 2 // java.util.Map frame
         0: .line 9
            aload 0 /* j_receiver */
            aload 1 /* connection */
         1: .line 10
            aload 2 /* frame */
            ifnull 2
            new io.vertx.ext.stomp.Frame
            dup
            aload 2 /* frame */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
         2: aconst_null
         3: .line 9
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
            invokeinterface io.vertx.ext.stomp.Destination.subscribe:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/Destination;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 11
            aload 0 /* j_receiver */
            areturn
        end local 2 // java.util.Map frame
        end local 1 // io.vertx.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.ext.stomp.Destination j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  j_receiver  Lio/vertx/ext/stomp/Destination;
            0    5     1  connection  Lio/vertx/ext/stomp/StompServerConnection;
            0    5     2       frame  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/ext/stomp/Destination;
    MethodParameters:
            Name  Flags
      j_receiver  
      connection  
      frame       

  public static boolean unsubscribe(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.Destination j_receiver
        start local 1 // io.vertx.ext.stomp.StompServerConnection connection
        start local 2 // java.util.Map frame
         0: .line 14
            aload 0 /* j_receiver */
            aload 1 /* connection */
         1: .line 15
            aload 2 /* frame */
            ifnull 2
            new io.vertx.ext.stomp.Frame
            dup
            aload 2 /* frame */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
         2: aconst_null
         3: .line 14
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
            invokeinterface io.vertx.ext.stomp.Destination.unsubscribe:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
            ireturn
        end local 2 // java.util.Map frame
        end local 1 // io.vertx.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.ext.stomp.Destination j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  j_receiver  Lio/vertx/ext/stomp/Destination;
            0    4     1  connection  Lio/vertx/ext/stomp/StompServerConnection;
            0    4     2       frame  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Z
    MethodParameters:
            Name  Flags
      j_receiver  
      connection  
      frame       

  public static boolean ack(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.Destination j_receiver
        start local 1 // io.vertx.ext.stomp.StompServerConnection connection
        start local 2 // java.util.Map frame
         0: .line 18
            aload 0 /* j_receiver */
            aload 1 /* connection */
         1: .line 19
            aload 2 /* frame */
            ifnull 2
            new io.vertx.ext.stomp.Frame
            dup
            aload 2 /* frame */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
         2: aconst_null
         3: .line 18
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
            invokeinterface io.vertx.ext.stomp.Destination.ack:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
            ireturn
        end local 2 // java.util.Map frame
        end local 1 // io.vertx.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.ext.stomp.Destination j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  j_receiver  Lio/vertx/ext/stomp/Destination;
            0    4     1  connection  Lio/vertx/ext/stomp/StompServerConnection;
            0    4     2       frame  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Z
    MethodParameters:
            Name  Flags
      j_receiver  
      connection  
      frame       

  public static boolean nack(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.Destination j_receiver
        start local 1 // io.vertx.ext.stomp.StompServerConnection connection
        start local 2 // java.util.Map frame
         0: .line 22
            aload 0 /* j_receiver */
            aload 1 /* connection */
         1: .line 23
            aload 2 /* frame */
            ifnull 2
            new io.vertx.ext.stomp.Frame
            dup
            aload 2 /* frame */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
         2: aconst_null
         3: .line 22
      StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
      StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
            invokeinterface io.vertx.ext.stomp.Destination.nack:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
            ireturn
        end local 2 // java.util.Map frame
        end local 1 // io.vertx.ext.stomp.StompServerConnection connection
        end local 0 // io.vertx.ext.stomp.Destination j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  j_receiver  Lio/vertx/ext/stomp/Destination;
            0    4     1  connection  Lio/vertx/ext/stomp/StompServerConnection;
            0    4     2       frame  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Z
    MethodParameters:
            Name  Flags
      j_receiver  
      connection  
      frame       
}
SourceFile: "Destination_GroovyExtension.java"