public class io.vertx.reactivex.mqtt.MqttServer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.mqtt.MqttServer
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.mqtt.MqttServer> __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/MqttServer;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 74
            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/MqttServer.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 75
            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/MqttServer.getDelegate()Lio/vertx/mqtt/MqttServer; (5)
                  (Lio/vertx/reactivex/mqtt/MqttServer;)Ljava/lang/Object;
         2: .line 74
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.mqtt.MqttServer.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 76
            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.MqttServer this
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttServer;

  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.MqttServer this
        start local 1 // java.lang.Object o
         0: .line 63
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 64
      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 65
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.mqtt.MqttServer
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.mqtt.MqttServer that
         4: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            aload 2 /* that */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.mqtt.MqttServer that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/mqtt/MqttServer;
    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.MqttServer this
         0: .line 71
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttServer;

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

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

  public static io.vertx.reactivex.mqtt.MqttServer create(io.vertx.reactivex.core.Vertx, io.vertx.mqtt.MqttServerOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/mqtt/MqttServerOptions;)Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.mqtt.MqttServerOptions options
         0: .line 99
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokestatic io.vertx.mqtt.MqttServer.create:(Lio/vertx/core/Vertx;Lio/vertx/mqtt/MqttServerOptions;)Lio/vertx/mqtt/MqttServer;
            invokestatic io.vertx.reactivex.mqtt.MqttServer.newInstance:(Lio/vertx/mqtt/MqttServer;)Lio/vertx/reactivex/mqtt/MqttServer;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.mqtt.MqttServer ret
         1: .line 100
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.mqtt.MqttServer ret
        end local 1 // io.vertx.mqtt.MqttServerOptions options
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  options  Lio/vertx/mqtt/MqttServerOptions;
            1    2     2      ret  Lio/vertx/reactivex/mqtt/MqttServer;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.reactivex.mqtt.MqttServer create(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.Vertx vertx
         0: .line 109
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.mqtt.MqttServer.create:(Lio/vertx/core/Vertx;)Lio/vertx/mqtt/MqttServer;
            invokestatic io.vertx.reactivex.mqtt.MqttServer.newInstance:(Lio/vertx/mqtt/MqttServer;)Lio/vertx/reactivex/mqtt/MqttServer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.mqtt.MqttServer ret
         1: .line 110
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.mqtt.MqttServer ret
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  vertx  Lio/vertx/reactivex/core/Vertx;
            1    2     1    ret  Lio/vertx/reactivex/mqtt/MqttServer;
    MethodParameters:
       Name  Flags
      vertx  

  public io.vertx.reactivex.mqtt.MqttServer listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.mqtt.MqttServer>>);
    descriptor: (ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // io.vertx.core.Handler listenHandler
         0: .line 122
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            iload 1 /* port */
            aload 2 /* host */
            new io.vertx.reactivex.mqtt.MqttServer$1
            dup
            aload 0 /* this */
            aload 3 /* listenHandler */
            invokespecial io.vertx.reactivex.mqtt.MqttServer$1.<init>:(Lio/vertx/reactivex/mqtt/MqttServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.mqtt.MqttServer.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
            pop
         1: .line 131
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler listenHandler
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     1           port  I
            0    2     2           host  Ljava/lang/String;
            0    2     3  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;>;
    Signature: (ILjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;>;)Lio/vertx/reactivex/mqtt/MqttServer;
    MethodParameters:
               Name  Flags
      port           
      host           
      listenHandler  

  public io.vertx.reactivex.mqtt.MqttServer listen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // int port
        start local 2 // java.lang.String host
         0: .line 143
            aload 0 /* this */
            iload 1 /* port */
            aload 2 /* host */
            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/MqttServer.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
         1: .line 142
            areturn
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     1  port  I
            0    2     2  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      port  
      host  

  public io.reactivex.Single<io.vertx.reactivex.mqtt.MqttServer> rxListen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // int port
        start local 2 // java.lang.String host
         0: .line 154
            aload 0 /* this */
            iload 1 /* port */
            aload 2 /* host */
            invokedynamic accept(Lio/vertx/reactivex/mqtt/MqttServer;ILjava/lang/String;)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/MqttServer.lambda$3(ILjava/lang/String;Lio/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 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    1     1  port  I
            0    1     2  host  Ljava/lang/String;
    Signature: (ILjava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/mqtt/MqttServer;>;
    MethodParameters:
      Name  Flags
      port  
      host  

  public io.vertx.reactivex.mqtt.MqttServer listen(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.mqtt.MqttServer>>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // int port
        start local 2 // io.vertx.core.Handler listenHandler
         0: .line 167
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            iload 1 /* port */
            new io.vertx.reactivex.mqtt.MqttServer$2
            dup
            aload 0 /* this */
            aload 2 /* listenHandler */
            invokespecial io.vertx.reactivex.mqtt.MqttServer$2.<init>:(Lio/vertx/reactivex/mqtt/MqttServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.mqtt.MqttServer.listen:(ILio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
            pop
         1: .line 176
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler listenHandler
        end local 1 // int port
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     1           port  I
            0    2     2  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;>;)Lio/vertx/reactivex/mqtt/MqttServer;
    MethodParameters:
               Name  Flags
      port           
      listenHandler  

  public io.vertx.reactivex.mqtt.MqttServer listen(int);
    descriptor: (I)Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // int port
         0: .line 187
            aload 0 /* this */
            iload 1 /* port */
            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/MqttServer.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.listen:(ILio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
         1: .line 186
            areturn
        end local 1 // int port
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public io.reactivex.Single<io.vertx.reactivex.mqtt.MqttServer> rxListen(int);
    descriptor: (I)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // int port
         0: .line 197
            aload 0 /* this */
            iload 1 /* port */
            invokedynamic accept(Lio/vertx/reactivex/mqtt/MqttServer;I)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/MqttServer.lambda$5(ILio/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 1 // int port
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    1     1  port  I
    Signature: (I)Lio/reactivex/Single<Lio/vertx/reactivex/mqtt/MqttServer;>;
    MethodParameters:
      Name  Flags
      port  

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

  public io.vertx.reactivex.mqtt.MqttServer listen();
    descriptor: ()Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
         0: .line 228
            aload 0 /* this */
            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/MqttServer.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
         1: .line 227
            areturn
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttServer;

  public io.reactivex.Single<io.vertx.reactivex.mqtt.MqttServer> rxListen();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
         0: .line 237
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/mqtt/MqttServer;)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/MqttServer.lambda$7(Lio/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 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttServer;
    Signature: ()Lio/reactivex/Single<Lio/vertx/reactivex/mqtt/MqttServer;>;

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

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

  public int actualPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
         0: .line 274
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            invokeinterface io.vertx.mqtt.MqttServer.actualPort:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 275
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttServer;
            1    2     1   ret  I

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 283
            aload 0 /* this */
            getfield io.vertx.reactivex.mqtt.MqttServer.delegate:Lio/vertx/mqtt/MqttServer;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.mqtt.MqttServer.close:(Lio/vertx/core/Handler;)V
         1: .line 284
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
         0: .line 290
            aload 0 /* this */
            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/MqttServer.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.close:(Lio/vertx/core/Handler;)V
         1: .line 291
            return
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mqtt/MqttServer;

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
         0: .line 298
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/mqtt/MqttServer;)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/MqttServer.lambda$9(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mqtt/MqttServer;

  public static io.vertx.reactivex.mqtt.MqttServer newInstance(io.vertx.mqtt.MqttServer);
    descriptor: (Lio/vertx/mqtt/MqttServer;)Lio/vertx/reactivex/mqtt/MqttServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.MqttServer arg
         0: .line 304
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.mqtt.MqttServer
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.mqtt.MqttServer.<init>:(Lio/vertx/mqtt/MqttServer;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.mqtt.MqttServer
         2: areturn
        end local 0 // io.vertx.mqtt.MqttServer arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/mqtt/MqttServer;
    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 74
            new io.vertx.reactivex.mqtt.MqttServer
            dup
            aload 0 /* obj */
            checkcast io.vertx.mqtt.MqttServer
            invokespecial io.vertx.reactivex.mqtt.MqttServer.<init>:(Lio/vertx/mqtt/MqttServer;)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 143
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;

  private void lambda$3(int, java.lang.String, io.vertx.core.Handler);
    descriptor: (ILjava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 155
            aload 0 /* this */
            iload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
            pop
         1: .line 156
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;>;

  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 187
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;

  private void lambda$5(int, io.vertx.core.Handler);
    descriptor: (ILio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 198
            aload 0 /* this */
            iload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.listen:(ILio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
            pop
         1: .line 199
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;>;

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

  private void lambda$7(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 238
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mqtt/MqttServer;
            pop
         1: .line 239
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mqtt/MqttServer;>;>;

  private static void lambda$8(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 290
            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/Void;>;

  private void lambda$9(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mqtt.MqttServer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 299
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.mqtt.MqttServer.close:(Lio/vertx/core/Handler;)V
         1: .line 300
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mqtt.MqttServer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mqtt/MqttServer;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "MqttServer.java"
NestMembers:
  io.vertx.reactivex.mqtt.MqttServer$1  io.vertx.reactivex.mqtt.MqttServer$2  io.vertx.reactivex.mqtt.MqttServer$3  io.vertx.reactivex.mqtt.MqttServer$4
InnerClasses:
  io.vertx.reactivex.mqtt.MqttServer$1
  io.vertx.reactivex.mqtt.MqttServer$2
  io.vertx.reactivex.mqtt.MqttServer$3
  io.vertx.reactivex.mqtt.MqttServer$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/mqtt/MqttServer;)