public class io.vertx.reactivex.mqtt.MqttEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.mqtt.MqttEndpoint
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.mqtt.MqttEndpoint> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/mqtt/MqttEndpoint;>;

  private final io.vertx.mqtt.MqttEndpoint delegate;
    descriptor: Lio/vertx/mqtt/MqttEndpoint;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.reactivex.core.net.SocketAddress cached_0;
    descriptor: Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.reactivex.core.net.SocketAddress cached_1;
    descriptor: Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String cached_2;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.mqtt.MqttAuth cached_3;
    descriptor: Lio/vertx/mqtt/MqttAuth;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.mqtt.MqttWill cached_4;
    descriptor: Lio/vertx/mqtt/MqttWill;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer cached_5;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String cached_6;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean cached_7;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer cached_8;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer cached_9;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/mqtt/MqttEndpoint.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/mqtt/MqttEndpoint.getDelegate()Lio/vertx/mqtt/MqttEndpoint; (5)
                  (Lio/vertx/reactivex/mqtt/MqttEndpoint;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.mqtt.MqttEndpoint.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 71
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.mqtt.MqttEndpoint
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.mqtt.MqttEndpoint that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 2 /* that */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.mqtt.MqttEndpoint that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;

  public void <init>(io.vertx.mqtt.MqttEndpoint);
    descriptor: (Lio/vertx/mqtt/MqttEndpoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.mqtt.MqttEndpoint delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
         2: .line 77
            return
        end local 1 // io.vertx.mqtt.MqttEndpoint delegate
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    3     1  delegate  Lio/vertx/mqtt/MqttEndpoint;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.mqtt.MqttEndpoint
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.mqtt.MqttEndpoint getDelegate();
    descriptor: ()Lio/vertx/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            areturn
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.close:()V
         1: .line 92
            return
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;

  public io.vertx.reactivex.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 99
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.reactivex.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/reactivex/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.net.SocketAddress ret
         3: .line 102
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_0:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 103
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.net.SocketAddress ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  Lio/vertx/reactivex/core/net/SocketAddress;

  public io.vertx.reactivex.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
            ifnull 2
         1: .line 111
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
            areturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.localAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.reactivex.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/reactivex/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.net.SocketAddress ret
         3: .line 114
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_1:Lio/vertx/reactivex/core/net/SocketAddress;
         4: .line 115
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.net.SocketAddress ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  Lio/vertx/reactivex/core/net/SocketAddress;

  public boolean isSsl();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 122
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.isSsl:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 123
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            1    2     1   ret  Z

  public java.lang.String clientIdentifier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_2:Ljava/lang/String;
            ifnull 2
         1: .line 131
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_2:Ljava/lang/String;
            areturn
         2: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.clientIdentifier:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         3: .line 134
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_2:Ljava/lang/String;
         4: .line 135
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  Ljava/lang/String;

  public io.vertx.mqtt.MqttAuth auth();
    descriptor: ()Lio/vertx/mqtt/MqttAuth;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 142
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_3:Lio/vertx/mqtt/MqttAuth;
            ifnull 2
         1: .line 143
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_3:Lio/vertx/mqtt/MqttAuth;
            areturn
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.auth:()Lio/vertx/mqtt/MqttAuth;
            astore 1 /* ret */
        start local 1 // io.vertx.mqtt.MqttAuth ret
         3: .line 146
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_3:Lio/vertx/mqtt/MqttAuth;
         4: .line 147
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.mqtt.MqttAuth ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  Lio/vertx/mqtt/MqttAuth;

  public io.vertx.mqtt.MqttWill will();
    descriptor: ()Lio/vertx/mqtt/MqttWill;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_4:Lio/vertx/mqtt/MqttWill;
            ifnull 2
         1: .line 155
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_4:Lio/vertx/mqtt/MqttWill;
            areturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.will:()Lio/vertx/mqtt/MqttWill;
            astore 1 /* ret */
        start local 1 // io.vertx.mqtt.MqttWill ret
         3: .line 158
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_4:Lio/vertx/mqtt/MqttWill;
         4: .line 159
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.mqtt.MqttWill ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  Lio/vertx/mqtt/MqttWill;

  public int protocolVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_5:Ljava/lang/Integer;
            ifnull 2
         1: .line 167
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_5:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         2: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.protocolVersion:()I
            istore 1 /* ret */
        start local 1 // int ret
         3: .line 170
            aload 0 /* this */
            iload 1 /* ret */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_5:Ljava/lang/Integer;
         4: .line 171
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  I

  public java.lang.String protocolName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_6:Ljava/lang/String;
            ifnull 2
         1: .line 179
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_6:Ljava/lang/String;
            areturn
         2: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.protocolName:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         3: .line 182
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_6:Ljava/lang/String;
         4: .line 183
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  Ljava/lang/String;

  public boolean isCleanSession();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 190
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_7:Ljava/lang/Boolean;
            ifnull 2
         1: .line 191
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_7:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.isCleanSession:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         3: .line 194
            aload 0 /* this */
            iload 1 /* ret */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_7:Ljava/lang/Boolean;
         4: .line 195
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  Z

  public int keepAliveTimeSeconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 202
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_8:Ljava/lang/Integer;
            ifnull 2
         1: .line 203
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_8:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.keepAliveTimeSeconds:()I
            istore 1 /* ret */
        start local 1 // int ret
         3: .line 206
            aload 0 /* this */
            iload 1 /* ret */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_8:Ljava/lang/Integer;
         4: .line 207
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  I

  public int lastMessageId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_9:Ljava/lang/Integer;
            ifnull 2
         1: .line 215
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_9:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         2: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.lastMessageId:()I
            istore 1 /* ret */
        start local 1 // int ret
         3: .line 218
            aload 0 /* this */
            iload 1 /* ret */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield io.vertx.reactivex.mqtt.MqttEndpoint.cached_9:Ljava/lang/Integer;
         4: .line 219
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            3    5     1   ret  I

  public void subscriptionAutoAck(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // boolean isSubscriptionAutoAck
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* isSubscriptionAutoAck */
            invokeinterface io.vertx.mqtt.MqttEndpoint.subscriptionAutoAck:(Z)V
         1: .line 228
            return
        end local 1 // boolean isSubscriptionAutoAck
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  isSubscriptionAutoAck  Z
    MethodParameters:
                       Name  Flags
      isSubscriptionAutoAck  

  public boolean isSubscriptionAutoAck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.isSubscriptionAutoAck:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 235
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            1    2     1   ret  Z

  public io.vertx.reactivex.mqtt.MqttEndpoint publishAutoAck(boolean);
    descriptor: (Z)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // boolean isPublishAutoAck
         0: .line 244
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* isPublishAutoAck */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishAutoAck:(Z)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 245
            aload 0 /* this */
            areturn
        end local 1 // boolean isPublishAutoAck
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  isPublishAutoAck  Z
    MethodParameters:
                  Name  Flags
      isPublishAutoAck  

  public boolean isPublishAutoAck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 252
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.isPublishAutoAck:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 253
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            1    2     1   ret  Z

  public io.vertx.reactivex.mqtt.MqttEndpoint autoKeepAlive(boolean);
    descriptor: (Z)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // boolean isAutoKeepAlive
         0: .line 262
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* isAutoKeepAlive */
            invokeinterface io.vertx.mqtt.MqttEndpoint.autoKeepAlive:(Z)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 263
            aload 0 /* this */
            areturn
        end local 1 // boolean isAutoKeepAlive
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  isAutoKeepAlive  Z
    MethodParameters:
                 Name  Flags
      isAutoKeepAlive  

  public boolean isAutoKeepAlive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 270
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.isAutoKeepAlive:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 271
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            1    2     1   ret  Z

  public boolean isConnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 278
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.isConnected:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 279
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            1    2     1   ret  Z

  public io.vertx.reactivex.mqtt.MqttEndpoint setClientIdentifier(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.String clientIdentifier
         0: .line 288
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* clientIdentifier */
            invokeinterface io.vertx.mqtt.MqttEndpoint.setClientIdentifier:(Ljava/lang/String;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 289
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String clientIdentifier
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  clientIdentifier  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      clientIdentifier  

  public io.vertx.reactivex.mqtt.MqttEndpoint disconnectHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 299
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.disconnectHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 300
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint subscribeHandler(io.vertx.core.Handler<io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 310
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            new io.vertx.reactivex.mqtt.MqttEndpoint$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.mqtt.MqttEndpoint$1.<init>:(Lio/vertx/reactivex/mqtt/MqttEndpoint;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.mqtt.MqttEndpoint.subscribeHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 315
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/mqtt/messages/MqttSubscribeMessage;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/mqtt/messages/MqttSubscribeMessage;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint unsubscribeHandler(io.vertx.core.Handler<io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 325
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            new io.vertx.reactivex.mqtt.MqttEndpoint$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.mqtt.MqttEndpoint$2.<init>:(Lio/vertx/reactivex/mqtt/MqttEndpoint;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.mqtt.MqttEndpoint.unsubscribeHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 330
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/mqtt/messages/MqttUnsubscribeMessage;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/mqtt/messages/MqttUnsubscribeMessage;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishHandler(io.vertx.core.Handler<io.vertx.reactivex.mqtt.messages.MqttPublishMessage>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 340
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            new io.vertx.reactivex.mqtt.MqttEndpoint$3
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.mqtt.MqttEndpoint$3.<init>:(Lio/vertx/reactivex/mqtt/MqttEndpoint;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 345
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/mqtt/messages/MqttPublishMessage;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/mqtt/messages/MqttPublishMessage;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishAcknowledgeHandler(io.vertx.core.Handler<java.lang.Integer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 355
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishAcknowledgeHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 356
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Integer;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Integer;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishReceivedHandler(io.vertx.core.Handler<java.lang.Integer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 366
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishReceivedHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 367
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Integer;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Integer;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishReleaseHandler(io.vertx.core.Handler<java.lang.Integer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 377
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishReleaseHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 378
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Integer;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Integer;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishCompletionHandler(io.vertx.core.Handler<java.lang.Integer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 388
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishCompletionHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 389
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Integer;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Integer;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint pingHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 400
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.pingHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 401
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 410
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 411
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.vertx.core.Handler handler
         0: .line 420
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* handler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 421
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mqtt.MqttEndpoint accept();
    descriptor: ()Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 429
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.accept:()Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 430
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;

  public io.vertx.reactivex.mqtt.MqttEndpoint accept(boolean);
    descriptor: (Z)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // boolean sessionPresent
         0: .line 440
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* sessionPresent */
            invokeinterface io.vertx.mqtt.MqttEndpoint.accept:(Z)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 441
            aload 0 /* this */
            areturn
        end local 1 // boolean sessionPresent
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  sessionPresent  Z
    MethodParameters:
                Name  Flags
      sessionPresent  

  public io.vertx.reactivex.mqtt.MqttEndpoint reject(io.netty.handler.codec.mqtt.MqttConnectReturnCode);
    descriptor: (Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // io.netty.handler.codec.mqtt.MqttConnectReturnCode returnCode
         0: .line 451
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* returnCode */
            invokeinterface io.vertx.mqtt.MqttEndpoint.reject:(Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 452
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.mqtt.MqttConnectReturnCode returnCode
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  returnCode  Lio/netty/handler/codec/mqtt/MqttConnectReturnCode;
    MethodParameters:
            Name  Flags
      returnCode  

  public io.vertx.reactivex.mqtt.MqttEndpoint subscribeAcknowledge(int, java.util.List<io.netty.handler.codec.mqtt.MqttQoS>);
    descriptor: (ILjava/util/List;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // int subscribeMessageId
        start local 2 // java.util.List grantedQoSLevels
         0: .line 462
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* subscribeMessageId */
            aload 2 /* grantedQoSLevels */
            invokeinterface io.vertx.mqtt.MqttEndpoint.subscribeAcknowledge:(ILjava/util/List;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 463
            aload 0 /* this */
            areturn
        end local 2 // java.util.List grantedQoSLevels
        end local 1 // int subscribeMessageId
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  subscribeMessageId  I
            0    2     2    grantedQoSLevels  Ljava/util/List<Lio/netty/handler/codec/mqtt/MqttQoS;>;
    Signature: (ILjava/util/List<Lio/netty/handler/codec/mqtt/MqttQoS;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
                    Name  Flags
      subscribeMessageId  
      grantedQoSLevels    

  public io.vertx.reactivex.mqtt.MqttEndpoint unsubscribeAcknowledge(int);
    descriptor: (I)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // int unsubscribeMessageId
         0: .line 472
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* unsubscribeMessageId */
            invokeinterface io.vertx.mqtt.MqttEndpoint.unsubscribeAcknowledge:(I)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 473
            aload 0 /* this */
            areturn
        end local 1 // int unsubscribeMessageId
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  unsubscribeMessageId  I
    MethodParameters:
                      Name  Flags
      unsubscribeMessageId  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishAcknowledge(int);
    descriptor: (I)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // int publishMessageId
         0: .line 482
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* publishMessageId */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishAcknowledge:(I)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 483
            aload 0 /* this */
            areturn
        end local 1 // int publishMessageId
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  publishMessageId  I
    MethodParameters:
                  Name  Flags
      publishMessageId  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishReceived(int);
    descriptor: (I)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // int publishMessageId
         0: .line 492
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* publishMessageId */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishReceived:(I)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 493
            aload 0 /* this */
            areturn
        end local 1 // int publishMessageId
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  publishMessageId  I
    MethodParameters:
                  Name  Flags
      publishMessageId  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishRelease(int);
    descriptor: (I)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // int publishMessageId
         0: .line 502
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* publishMessageId */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishRelease:(I)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 503
            aload 0 /* this */
            areturn
        end local 1 // int publishMessageId
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  publishMessageId  I
    MethodParameters:
                  Name  Flags
      publishMessageId  

  public io.vertx.reactivex.mqtt.MqttEndpoint publishComplete(int);
    descriptor: (I)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // int publishMessageId
         0: .line 512
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            iload 1 /* publishMessageId */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publishComplete:(I)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 513
            aload 0 /* this */
            areturn
        end local 1 // int publishMessageId
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1  publishMessageId  I
    MethodParameters:
                  Name  Flags
      publishMessageId  

  public io.vertx.reactivex.mqtt.MqttEndpoint publish(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Integer>>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZLio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.String topic
        start local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        start local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        start local 4 // boolean isDup
        start local 5 // boolean isRetain
        start local 6 // io.vertx.core.Handler publishSentHandler
         0: .line 527
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* topic */
            aload 2 /* payload */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 3 /* qosLevel */
            iload 4 /* isDup */
            iload 5 /* isRetain */
            aload 6 /* publishSentHandler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publish:(Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZLio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 528
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler publishSentHandler
        end local 5 // boolean isRetain
        end local 4 // boolean isDup
        end local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        end local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1               topic  Ljava/lang/String;
            0    2     2             payload  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     3            qosLevel  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    2     4               isDup  Z
            0    2     5            isRetain  Z
            0    2     6  publishSentHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
                    Name  Flags
      topic               
      payload             
      qosLevel            
      isDup               
      isRetain            
      publishSentHandler  

  public io.vertx.reactivex.mqtt.MqttEndpoint publish(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZ)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.String topic
        start local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        start local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        start local 4 // boolean isDup
        start local 5 // boolean isRetain
         0: .line 542
            aload 0 /* this */
            aload 1 /* topic */
            aload 2 /* payload */
            aload 3 /* qosLevel */
            iload 4 /* isDup */
            iload 5 /* isRetain */
            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
                  io/vertx/reactivex/mqtt/MqttEndpoint.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mqtt.MqttEndpoint.publish:(Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZLio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
         1: .line 541
            areturn
        end local 5 // boolean isRetain
        end local 4 // boolean isDup
        end local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        end local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1     topic  Ljava/lang/String;
            0    2     2   payload  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     3  qosLevel  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    2     4     isDup  Z
            0    2     5  isRetain  Z
    MethodParameters:
          Name  Flags
      topic     
      payload   
      qosLevel  
      isDup     
      isRetain  

  public io.reactivex.Single<java.lang.Integer> rxPublish(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZ)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.String topic
        start local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        start local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        start local 4 // boolean isDup
        start local 5 // boolean isRetain
         0: .line 555
            aload 0 /* this */
            aload 1 /* topic */
            aload 2 /* payload */
            aload 3 /* qosLevel */
            iload 4 /* isDup */
            iload 5 /* isRetain */
            invokedynamic accept(Lio/vertx/reactivex/mqtt/MqttEndpoint;Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZ)Ljava/util/function/Consumer;
              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/reactivex/mqtt/MqttEndpoint.lambda$3(Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 5 // boolean isRetain
        end local 4 // boolean isDup
        end local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        end local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    1     1     topic  Ljava/lang/String;
            0    1     2   payload  Lio/vertx/reactivex/core/buffer/Buffer;
            0    1     3  qosLevel  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    1     4     isDup  Z
            0    1     5  isRetain  Z
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZ)Lio/reactivex/Single<Ljava/lang/Integer;>;
    MethodParameters:
          Name  Flags
      topic     
      payload   
      qosLevel  
      isDup     
      isRetain  

  public io.vertx.reactivex.mqtt.MqttEndpoint publish(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Integer>>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZILio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.String topic
        start local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        start local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        start local 4 // boolean isDup
        start local 5 // boolean isRetain
        start local 6 // int messageId
        start local 7 // io.vertx.core.Handler publishSentHandler
         0: .line 572
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            aload 1 /* topic */
            aload 2 /* payload */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 3 /* qosLevel */
            iload 4 /* isDup */
            iload 5 /* isRetain */
            iload 6 /* messageId */
            aload 7 /* publishSentHandler */
            invokeinterface io.vertx.mqtt.MqttEndpoint.publish:(Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZILio/vertx/core/Handler;)Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 573
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler publishSentHandler
        end local 6 // int messageId
        end local 5 // boolean isRetain
        end local 4 // boolean isDup
        end local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        end local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1               topic  Ljava/lang/String;
            0    2     2             payload  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     3            qosLevel  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    2     4               isDup  Z
            0    2     5            isRetain  Z
            0    2     6           messageId  I
            0    2     7  publishSentHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    MethodParameters:
                    Name  Flags
      topic               
      payload             
      qosLevel            
      isDup               
      isRetain            
      messageId           
      publishSentHandler  

  public io.vertx.reactivex.mqtt.MqttEndpoint publish(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, int);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZI)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.String topic
        start local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        start local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        start local 4 // boolean isDup
        start local 5 // boolean isRetain
        start local 6 // int messageId
         0: .line 588
            aload 0 /* this */
            aload 1 /* topic */
            aload 2 /* payload */
            aload 3 /* qosLevel */
            iload 4 /* isDup */
            iload 5 /* isRetain */
            iload 6 /* messageId */
            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
                  io/vertx/reactivex/mqtt/MqttEndpoint.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mqtt.MqttEndpoint.publish:(Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZILio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
         1: .line 587
            areturn
        end local 6 // int messageId
        end local 5 // boolean isRetain
        end local 4 // boolean isDup
        end local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        end local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     1      topic  Ljava/lang/String;
            0    2     2    payload  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     3   qosLevel  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    2     4      isDup  Z
            0    2     5   isRetain  Z
            0    2     6  messageId  I
    MethodParameters:
           Name  Flags
      topic      
      payload    
      qosLevel   
      isDup      
      isRetain   
      messageId  

  public io.reactivex.Single<java.lang.Integer> rxPublish(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, int);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZI)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 1 // java.lang.String topic
        start local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        start local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        start local 4 // boolean isDup
        start local 5 // boolean isRetain
        start local 6 // int messageId
         0: .line 602
            aload 0 /* this */
            aload 1 /* topic */
            aload 2 /* payload */
            aload 3 /* qosLevel */
            iload 4 /* isDup */
            iload 5 /* isRetain */
            iload 6 /* messageId */
            invokedynamic accept(Lio/vertx/reactivex/mqtt/MqttEndpoint;Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZI)Ljava/util/function/Consumer;
              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/reactivex/mqtt/MqttEndpoint.lambda$5(Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZILio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 6 // int messageId
        end local 5 // boolean isRetain
        end local 4 // boolean isDup
        end local 3 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        end local 2 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    1     1      topic  Ljava/lang/String;
            0    1     2    payload  Lio/vertx/reactivex/core/buffer/Buffer;
            0    1     3   qosLevel  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    1     4      isDup  Z
            0    1     5   isRetain  Z
            0    1     6  messageId  I
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZI)Lio/reactivex/Single<Ljava/lang/Integer;>;
    MethodParameters:
           Name  Flags
      topic      
      payload    
      qosLevel   
      isDup      
      isRetain   
      messageId  

  public io.vertx.reactivex.mqtt.MqttEndpoint pong();
    descriptor: ()Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
         0: .line 612
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttEndpoint.delegate:Lio/vertx/mqtt/MqttEndpoint;
            invokeinterface io.vertx.mqtt.MqttEndpoint.pong:()Lio/vertx/mqtt/MqttEndpoint;
            pop
         1: .line 613
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttEndpoint;

  public static io.vertx.reactivex.mqtt.MqttEndpoint newInstance(io.vertx.mqtt.MqttEndpoint);
    descriptor: (Lio/vertx/mqtt/MqttEndpoint;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.MqttEndpoint arg
         0: .line 627
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.mqtt.MqttEndpoint
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.mqtt.MqttEndpoint.<init>:(Lio/vertx/mqtt/MqttEndpoint;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.mqtt.MqttEndpoint
         2: areturn
        end local 0 // io.vertx.mqtt.MqttEndpoint arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/mqtt/MqttEndpoint;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 69
            new io.vertx.reactivex.mqtt.MqttEndpoint
            dup
            aload 0 /* obj */
            checkcast io.vertx.mqtt.MqttEndpoint
            invokespecial io.vertx.reactivex.mqtt.MqttEndpoint.<init>:(Lio/vertx/mqtt/MqttEndpoint;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 542
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;

  private void lambda$3(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 6 // io.vertx.core.Handler $handler
         0: .line 556
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            iload 4
            iload 5
            aload 6 /* $handler */
            invokevirtual io.vertx.reactivex.mqtt.MqttEndpoint.publish:(Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZLio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
            pop
         1: .line 557
            return
        end local 6 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     6  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 588
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;

  private void lambda$5(java.lang.String, io.vertx.reactivex.core.buffer.Buffer, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, int, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZILio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
        start local 7 // io.vertx.core.Handler $handler
         0: .line 603
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            iload 4
            iload 5
            iload 6
            aload 7 /* $handler */
            invokevirtual io.vertx.reactivex.mqtt.MqttEndpoint.publish:(Ljava/lang/String;Lio/vertx/reactivex/core/buffer/Buffer;Lio/netty/handler/codec/mqtt/MqttQoS;ZZILio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttEndpoint;
            pop
         1: .line 604
            return
        end local 7 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mqtt.MqttEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mqtt/MqttEndpoint;
            0    2     7  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;
}
SourceFile: "MqttEndpoint.java"
NestMembers:
  io.vertx.reactivex.mqtt.MqttEndpoint$1  io.vertx.reactivex.mqtt.MqttEndpoint$2  io.vertx.reactivex.mqtt.MqttEndpoint$3
InnerClasses:
  io.vertx.reactivex.mqtt.MqttEndpoint$1
  io.vertx.reactivex.mqtt.MqttEndpoint$2
  io.vertx.reactivex.mqtt.MqttEndpoint$3
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/mqtt/MqttEndpoint;)