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

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

  private io.vertx.rxjava.core.file.FileSystem cached_0;
    descriptor: Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.rxjava.core.eventbus.EventBus cached_1;
    descriptor: Lio/vertx/rxjava/core/eventbus/EventBus;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.rxjava.core.shareddata.SharedData cached_2;
    descriptor: Lio/vertx/rxjava/core/shareddata/SharedData;
    flags: (0x0002) ACC_PRIVATE

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

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

  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.rxjava.core.Vertx this
        start local 1 // java.lang.Object o
         0: .line 75
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 76
      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 77
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.Vertx
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.Vertx that
         4: .line 78
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.Vertx that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Vertx;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/Vertx;
    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.rxjava.core.Vertx this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Vertx;

  public void <init>(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Vertx delegate
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 93
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
         2: .line 94
            return
        end local 1 // io.vertx.core.Vertx delegate
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/Vertx;
            0    3     1  delegate  Lio/vertx/core/Vertx;
    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.rxjava.core.Vertx this
        start local 1 // java.lang.Object delegate
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 97
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.Vertx
            putfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
         2: .line 98
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/Vertx;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  public boolean isMetricsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.isMetricsEnabled:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 111
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Z

  public static io.vertx.rxjava.core.Vertx vertx();
    descriptor: ()Lio/vertx/rxjava/core/Vertx;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 119
            invokestatic io.vertx.core.Vertx.vertx:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.rxjava.core.Vertx.newInstance:(Lio/vertx/core/Vertx;)Lio/vertx/rxjava/core/Vertx;
            astore 0 /* ret */
        start local 0 // io.vertx.rxjava.core.Vertx ret
         1: .line 120
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.core.Vertx ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/core/Vertx;

  public static io.vertx.rxjava.core.Vertx vertx(io.vertx.core.VertxOptions);
    descriptor: (Lio/vertx/core/VertxOptions;)Lio/vertx/rxjava/core/Vertx;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.core.VertxOptions options
         0: .line 129
            aload 0 /* options */
            invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            invokestatic io.vertx.rxjava.core.Vertx.newInstance:(Lio/vertx/core/Vertx;)Lio/vertx/rxjava/core/Vertx;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Vertx ret
         1: .line 130
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Vertx ret
        end local 0 // io.vertx.core.VertxOptions options
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  options  Lio/vertx/core/VertxOptions;
            1    2     1      ret  Lio/vertx/rxjava/core/Vertx;
    MethodParameters:
         Name  Flags
      options  

  public static void clusteredVertx(io.vertx.core.VertxOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.Vertx>>);
    descriptor: (Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.VertxOptions options
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 141
            aload 0 /* options */
            new io.vertx.rxjava.core.Vertx$1
            dup
            aload 1 /* resultHandler */
            invokespecial io.vertx.rxjava.core.Vertx$1.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.core.Vertx.clusteredVertx:(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
         1: .line 150
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.core.VertxOptions options
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0        options  Lio/vertx/core/VertxOptions;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/Vertx;>;>;
    Signature: (Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/Vertx;>;>;)V
    MethodParameters:
               Name  Flags
      options        
      resultHandler  

  public static void clusteredVertx(io.vertx.core.VertxOptions);
    descriptor: (Lio/vertx/core/VertxOptions;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions options
         0: .line 159
            aload 0 /* options */
            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/rxjava/core/Vertx.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.rxjava.core.Vertx.clusteredVertx:(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
         1: .line 160
            return
        end local 0 // io.vertx.core.VertxOptions options
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  options  Lio/vertx/core/VertxOptions;
    MethodParameters:
         Name  Flags
      options  

  public static rx.Single<io.vertx.rxjava.core.Vertx> rxClusteredVertx(io.vertx.core.VertxOptions);
    descriptor: (Lio/vertx/core/VertxOptions;)Lrx/Single;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.VertxOptions options
         0: .line 170
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* options */
            invokedynamic accept(Lio/vertx/core/VertxOptions;)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/rxjava/core/Vertx.lambda$3(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.core.VertxOptions options
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  options  Lio/vertx/core/VertxOptions;
    Signature: (Lio/vertx/core/VertxOptions;)Lrx/Single<Lio/vertx/rxjava/core/Vertx;>;
    MethodParameters:
         Name  Flags
      options  

  public static io.vertx.rxjava.core.Context currentContext();
    descriptor: ()Lio/vertx/rxjava/core/Context;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 180
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            invokestatic io.vertx.rxjava.core.Context.newInstance:(Lio/vertx/core/Context;)Lio/vertx/rxjava/core/Context;
            astore 0 /* ret */
        start local 0 // io.vertx.rxjava.core.Context ret
         1: .line 181
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.core.Context ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/core/Context;

  public io.vertx.rxjava.core.Context getOrCreateContext();
    descriptor: ()Lio/vertx/rxjava/core/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            invokestatic io.vertx.rxjava.core.Context.newInstance:(Lio/vertx/core/Context;)Lio/vertx/rxjava/core/Context;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Context ret
         1: .line 190
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Context ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/vertx/rxjava/core/Context;

  public io.vertx.rxjava.core.net.NetServer createNetServer(io.vertx.core.net.NetServerOptions);
    descriptor: (Lio/vertx/core/net/NetServerOptions;)Lio/vertx/rxjava/core/net/NetServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.net.NetServerOptions options
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokeinterface io.vertx.core.Vertx.createNetServer:(Lio/vertx/core/net/NetServerOptions;)Lio/vertx/core/net/NetServer;
            invokestatic io.vertx.rxjava.core.net.NetServer.newInstance:(Lio/vertx/core/net/NetServer;)Lio/vertx/rxjava/core/net/NetServer;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.net.NetServer ret
         1: .line 200
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.net.NetServer ret
        end local 1 // io.vertx.core.net.NetServerOptions options
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  options  Lio/vertx/core/net/NetServerOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/net/NetServer;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.net.NetServer createNetServer();
    descriptor: ()Lio/vertx/rxjava/core/net/NetServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 208
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.createNetServer:()Lio/vertx/core/net/NetServer;
            invokestatic io.vertx.rxjava.core.net.NetServer.newInstance:(Lio/vertx/core/net/NetServer;)Lio/vertx/rxjava/core/net/NetServer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.net.NetServer ret
         1: .line 209
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.net.NetServer ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/vertx/rxjava/core/net/NetServer;

  public io.vertx.rxjava.core.net.NetClient createNetClient(io.vertx.core.net.NetClientOptions);
    descriptor: (Lio/vertx/core/net/NetClientOptions;)Lio/vertx/rxjava/core/net/NetClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.net.NetClientOptions options
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokeinterface io.vertx.core.Vertx.createNetClient:(Lio/vertx/core/net/NetClientOptions;)Lio/vertx/core/net/NetClient;
            invokestatic io.vertx.rxjava.core.net.NetClient.newInstance:(Lio/vertx/core/net/NetClient;)Lio/vertx/rxjava/core/net/NetClient;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.net.NetClient ret
         1: .line 219
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.net.NetClient ret
        end local 1 // io.vertx.core.net.NetClientOptions options
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  options  Lio/vertx/core/net/NetClientOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/net/NetClient;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.net.NetClient createNetClient();
    descriptor: ()Lio/vertx/rxjava/core/net/NetClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.createNetClient:()Lio/vertx/core/net/NetClient;
            invokestatic io.vertx.rxjava.core.net.NetClient.newInstance:(Lio/vertx/core/net/NetClient;)Lio/vertx/rxjava/core/net/NetClient;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.net.NetClient ret
         1: .line 228
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.net.NetClient ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/vertx/rxjava/core/net/NetClient;

  public io.vertx.rxjava.core.http.HttpServer createHttpServer(io.vertx.core.http.HttpServerOptions);
    descriptor: (Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/rxjava/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.http.HttpServerOptions options
         0: .line 237
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokeinterface io.vertx.core.Vertx.createHttpServer:(Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/core/http/HttpServer;
            invokestatic io.vertx.rxjava.core.http.HttpServer.newInstance:(Lio/vertx/core/http/HttpServer;)Lio/vertx/rxjava/core/http/HttpServer;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpServer ret
         1: .line 238
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpServer ret
        end local 1 // io.vertx.core.http.HttpServerOptions options
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  options  Lio/vertx/core/http/HttpServerOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpServer;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpServer createHttpServer();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 246
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.createHttpServer:()Lio/vertx/core/http/HttpServer;
            invokestatic io.vertx.rxjava.core.http.HttpServer.newInstance:(Lio/vertx/core/http/HttpServer;)Lio/vertx/rxjava/core/http/HttpServer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.HttpServer ret
         1: .line 247
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.HttpServer ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/vertx/rxjava/core/http/HttpServer;

  public io.vertx.rxjava.core.http.HttpClient createHttpClient(io.vertx.core.http.HttpClientOptions);
    descriptor: (Lio/vertx/core/http/HttpClientOptions;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.http.HttpClientOptions options
         0: .line 256
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokeinterface io.vertx.core.Vertx.createHttpClient:(Lio/vertx/core/http/HttpClientOptions;)Lio/vertx/core/http/HttpClient;
            invokestatic io.vertx.rxjava.core.http.HttpClient.newInstance:(Lio/vertx/core/http/HttpClient;)Lio/vertx/rxjava/core/http/HttpClient;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClient ret
         1: .line 257
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClient ret
        end local 1 // io.vertx.core.http.HttpClientOptions options
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  options  Lio/vertx/core/http/HttpClientOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpClient;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpClient createHttpClient();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.createHttpClient:()Lio/vertx/core/http/HttpClient;
            invokestatic io.vertx.rxjava.core.http.HttpClient.newInstance:(Lio/vertx/core/http/HttpClient;)Lio/vertx/rxjava/core/http/HttpClient;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.HttpClient ret
         1: .line 266
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.HttpClient ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/vertx/rxjava/core/http/HttpClient;

  public io.vertx.rxjava.core.datagram.DatagramSocket createDatagramSocket(io.vertx.core.datagram.DatagramSocketOptions);
    descriptor: (Lio/vertx/core/datagram/DatagramSocketOptions;)Lio/vertx/rxjava/core/datagram/DatagramSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.datagram.DatagramSocketOptions options
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokeinterface io.vertx.core.Vertx.createDatagramSocket:(Lio/vertx/core/datagram/DatagramSocketOptions;)Lio/vertx/core/datagram/DatagramSocket;
            invokestatic io.vertx.rxjava.core.datagram.DatagramSocket.newInstance:(Lio/vertx/core/datagram/DatagramSocket;)Lio/vertx/rxjava/core/datagram/DatagramSocket;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.datagram.DatagramSocket ret
         1: .line 276
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.datagram.DatagramSocket ret
        end local 1 // io.vertx.core.datagram.DatagramSocketOptions options
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  options  Lio/vertx/core/datagram/DatagramSocketOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/datagram/DatagramSocket;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.datagram.DatagramSocket createDatagramSocket();
    descriptor: ()Lio/vertx/rxjava/core/datagram/DatagramSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 284
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.createDatagramSocket:()Lio/vertx/core/datagram/DatagramSocket;
            invokestatic io.vertx.rxjava.core.datagram.DatagramSocket.newInstance:(Lio/vertx/core/datagram/DatagramSocket;)Lio/vertx/rxjava/core/datagram/DatagramSocket;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.datagram.DatagramSocket ret
         1: .line 285
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.datagram.DatagramSocket ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/vertx/rxjava/core/datagram/DatagramSocket;

  public io.vertx.rxjava.core.file.FileSystem fileSystem();
    descriptor: ()Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 293
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_0:Lio/vertx/rxjava/core/file/FileSystem;
            ifnull 2
         1: .line 294
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_0:Lio/vertx/rxjava/core/file/FileSystem;
            areturn
         2: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            invokestatic io.vertx.rxjava.core.file.FileSystem.newInstance:(Lio/vertx/core/file/FileSystem;)Lio/vertx/rxjava/core/file/FileSystem;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.file.FileSystem ret
         3: .line 297
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Vertx.cached_0:Lio/vertx/rxjava/core/file/FileSystem;
         4: .line 298
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.file.FileSystem ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Vertx;
            3    5     1   ret  Lio/vertx/rxjava/core/file/FileSystem;

  public io.vertx.rxjava.core.eventbus.EventBus eventBus();
    descriptor: ()Lio/vertx/rxjava/core/eventbus/EventBus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 306
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_1:Lio/vertx/rxjava/core/eventbus/EventBus;
            ifnull 2
         1: .line 307
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_1:Lio/vertx/rxjava/core/eventbus/EventBus;
            areturn
         2: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
            invokestatic io.vertx.rxjava.core.eventbus.EventBus.newInstance:(Lio/vertx/core/eventbus/EventBus;)Lio/vertx/rxjava/core/eventbus/EventBus;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.eventbus.EventBus ret
         3: .line 310
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Vertx.cached_1:Lio/vertx/rxjava/core/eventbus/EventBus;
         4: .line 311
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.eventbus.EventBus ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Vertx;
            3    5     1   ret  Lio/vertx/rxjava/core/eventbus/EventBus;

  public io.vertx.rxjava.core.dns.DnsClient createDnsClient(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/rxjava/core/dns/DnsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // int port
        start local 2 // java.lang.String host
         0: .line 322
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            iload 1 /* port */
            aload 2 /* host */
            invokeinterface io.vertx.core.Vertx.createDnsClient:(ILjava/lang/String;)Lio/vertx/core/dns/DnsClient;
            invokestatic io.vertx.rxjava.core.dns.DnsClient.newInstance:(Lio/vertx/core/dns/DnsClient;)Lio/vertx/rxjava/core/dns/DnsClient;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.dns.DnsClient ret
         1: .line 323
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.dns.DnsClient ret
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  port  I
            0    2     2  host  Ljava/lang/String;
            1    2     3   ret  Lio/vertx/rxjava/core/dns/DnsClient;
    MethodParameters:
      Name  Flags
      port  
      host  

  public io.vertx.rxjava.core.dns.DnsClient createDnsClient();
    descriptor: ()Lio/vertx/rxjava/core/dns/DnsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 333
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.createDnsClient:()Lio/vertx/core/dns/DnsClient;
            invokestatic io.vertx.rxjava.core.dns.DnsClient.newInstance:(Lio/vertx/core/dns/DnsClient;)Lio/vertx/rxjava/core/dns/DnsClient;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.dns.DnsClient ret
         1: .line 334
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.dns.DnsClient ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/vertx/rxjava/core/dns/DnsClient;

  public io.vertx.rxjava.core.dns.DnsClient createDnsClient(io.vertx.core.dns.DnsClientOptions);
    descriptor: (Lio/vertx/core/dns/DnsClientOptions;)Lio/vertx/rxjava/core/dns/DnsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.dns.DnsClientOptions options
         0: .line 343
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokeinterface io.vertx.core.Vertx.createDnsClient:(Lio/vertx/core/dns/DnsClientOptions;)Lio/vertx/core/dns/DnsClient;
            invokestatic io.vertx.rxjava.core.dns.DnsClient.newInstance:(Lio/vertx/core/dns/DnsClient;)Lio/vertx/rxjava/core/dns/DnsClient;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.dns.DnsClient ret
         1: .line 344
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.dns.DnsClient ret
        end local 1 // io.vertx.core.dns.DnsClientOptions options
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  options  Lio/vertx/core/dns/DnsClientOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/dns/DnsClient;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.shareddata.SharedData sharedData();
    descriptor: ()Lio/vertx/rxjava/core/shareddata/SharedData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 352
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_2:Lio/vertx/rxjava/core/shareddata/SharedData;
            ifnull 2
         1: .line 353
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_2:Lio/vertx/rxjava/core/shareddata/SharedData;
            areturn
         2: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.sharedData:()Lio/vertx/core/shareddata/SharedData;
            invokestatic io.vertx.rxjava.core.shareddata.SharedData.newInstance:(Lio/vertx/core/shareddata/SharedData;)Lio/vertx/rxjava/core/shareddata/SharedData;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.shareddata.SharedData ret
         3: .line 356
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Vertx.cached_2:Lio/vertx/rxjava/core/shareddata/SharedData;
         4: .line 357
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.shareddata.SharedData ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Vertx;
            3    5     1   ret  Lio/vertx/rxjava/core/shareddata/SharedData;

  public long setTimer(long, io.vertx.core.Handler<java.lang.Long>);
    descriptor: (JLio/vertx/core/Handler;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // long delay
        start local 3 // io.vertx.core.Handler handler
         0: .line 368
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            lload 1 /* delay */
            aload 3 /* handler */
            invokeinterface io.vertx.core.Vertx.setTimer:(JLio/vertx/core/Handler;)J
            lstore 4 /* ret */
        start local 4 // long ret
         1: .line 369
            lload 4 /* ret */
            lreturn
        end local 4 // long ret
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long delay
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1    delay  J
            0    2     3  handler  Lio/vertx/core/Handler<Ljava/lang/Long;>;
            1    2     4      ret  J
    Signature: (JLio/vertx/core/Handler<Ljava/lang/Long;>;)J
    MethodParameters:
         Name  Flags
      delay    
      handler  

  public io.vertx.rxjava.core.TimeoutStream timerStream(long);
    descriptor: (J)Lio/vertx/rxjava/core/TimeoutStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // long delay
         0: .line 379
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            lload 1 /* delay */
            invokeinterface io.vertx.core.Vertx.timerStream:(J)Lio/vertx/core/TimeoutStream;
            invokestatic io.vertx.rxjava.core.TimeoutStream.newInstance:(Lio/vertx/core/TimeoutStream;)Lio/vertx/rxjava/core/TimeoutStream;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.TimeoutStream ret
         1: .line 380
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.TimeoutStream ret
        end local 1 // long delay
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  delay  J
            1    2     3    ret  Lio/vertx/rxjava/core/TimeoutStream;
    MethodParameters:
       Name  Flags
      delay  

  public long setPeriodic(long, io.vertx.core.Handler<java.lang.Long>);
    descriptor: (JLio/vertx/core/Handler;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // long delay
        start local 3 // io.vertx.core.Handler handler
         0: .line 391
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            lload 1 /* delay */
            aload 3 /* handler */
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            lstore 4 /* ret */
        start local 4 // long ret
         1: .line 392
            lload 4 /* ret */
            lreturn
        end local 4 // long ret
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long delay
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1    delay  J
            0    2     3  handler  Lio/vertx/core/Handler<Ljava/lang/Long;>;
            1    2     4      ret  J
    Signature: (JLio/vertx/core/Handler<Ljava/lang/Long;>;)J
    MethodParameters:
         Name  Flags
      delay    
      handler  

  public io.vertx.rxjava.core.TimeoutStream periodicStream(long);
    descriptor: (J)Lio/vertx/rxjava/core/TimeoutStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // long delay
         0: .line 402
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            lload 1 /* delay */
            invokeinterface io.vertx.core.Vertx.periodicStream:(J)Lio/vertx/core/TimeoutStream;
            invokestatic io.vertx.rxjava.core.TimeoutStream.newInstance:(Lio/vertx/core/TimeoutStream;)Lio/vertx/rxjava/core/TimeoutStream;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.TimeoutStream ret
         1: .line 403
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.TimeoutStream ret
        end local 1 // long delay
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  delay  J
            1    2     3    ret  Lio/vertx/rxjava/core/TimeoutStream;
    MethodParameters:
       Name  Flags
      delay  

  public boolean cancelTimer(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // long id
         0: .line 412
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            lload 1 /* id */
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            istore 3 /* ret */
        start local 3 // boolean ret
         1: .line 413
            iload 3 /* ret */
            ireturn
        end local 3 // boolean ret
        end local 1 // long id
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     1    id  J
            1    2     3   ret  Z
    MethodParameters:
      Name  Flags
      id    

  public void runOnContext(io.vertx.core.Handler<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.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler action
         0: .line 422
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* action */
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         1: .line 423
            return
        end local 1 // io.vertx.core.Handler action
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  action  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      action  

  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.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 430
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.core.Vertx.close:(Lio/vertx/core/Handler;)V
         1: .line 431
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/Vertx;
            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.rxjava.core.Vertx this
         0: .line 437
            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/rxjava/core/Vertx.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.close:(Lio/vertx/core/Handler;)V
         1: .line 438
            return
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;

  public rx.Single<java.lang.Void> rxClose();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 445
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;)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/rxjava/core/Vertx.lambda$5(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Vertx;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public void deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 461
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            aload 2 /* completionHandler */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 462
            return
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/Vertx;
            0    2     1               name  Ljava/lang/String;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
                   Name  Flags
      name               
      completionHandler  

  public void deployVerticle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
         0: .line 474
            aload 0 /* this */
            aload 1 /* name */
            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/rxjava/core/Vertx.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 475
            return
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public rx.Single<java.lang.String> rxDeployVerticle(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
         0: .line 488
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* name */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Ljava/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/rxjava/core/Vertx.lambda$7(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Vertx;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public void deployVerticle(java.lang.String, io.vertx.core.DeploymentOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.DeploymentOptions options
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 501
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            aload 2 /* options */
            aload 3 /* completionHandler */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 502
            return
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/Vertx;
            0    2     1               name  Ljava/lang/String;
            0    2     2            options  Lio/vertx/core/DeploymentOptions;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
                   Name  Flags
      name               
      options            
      completionHandler  

  public void deployVerticle(java.lang.String, io.vertx.core.DeploymentOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 511
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* options */
            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/rxjava/core/Vertx.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 512
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1     name  Ljava/lang/String;
            0    2     2  options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
         Name  Flags
      name     
      options  

  public rx.Single<java.lang.String> rxDeployVerticle(java.lang.String, io.vertx.core.DeploymentOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 522
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)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/rxjava/core/Vertx.lambda$9(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/rxjava/core/Vertx;
            0    1     1     name  Ljava/lang/String;
            0    1     2  options  Lio/vertx/core/DeploymentOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      name     
      options  

  public void undeploy(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String deploymentID
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 533
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* deploymentID */
            aload 2 /* completionHandler */
            invokeinterface io.vertx.core.Vertx.undeploy:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 534
            return
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // java.lang.String deploymentID
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/Vertx;
            0    2     1       deploymentID  Ljava/lang/String;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      deploymentID       
      completionHandler  

  public void undeploy(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String deploymentID
         0: .line 541
            aload 0 /* this */
            aload 1 /* deploymentID */
            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/rxjava/core/Vertx.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.undeploy:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 542
            return
        end local 1 // java.lang.String deploymentID
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  deploymentID  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      deploymentID  

  public rx.Single<java.lang.Void> rxUndeploy(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String deploymentID
         0: .line 550
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* deploymentID */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Ljava/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/rxjava/core/Vertx.lambda$11(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String deploymentID
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/rxjava/core/Vertx;
            0    1     1  deploymentID  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      deploymentID  

  public java.util.Set<java.lang.String> deploymentIDs();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 560
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.deploymentIDs:()Ljava/util/Set;
            astore 1 /* ret */
        start local 1 // java.util.Set ret
         1: .line 561
            aload 1 /* ret */
            areturn
        end local 1 // java.util.Set ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Ljava/util/Set<Ljava/lang/String;>;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public boolean isClustered();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 569
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.isClustered:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 570
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Z

  public <T> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // boolean ordered
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 601
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            new io.vertx.rxjava.core.Vertx$2
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            invokespecial io.vertx.rxjava.core.Vertx$2.<init>:(Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Handler;)V
         1: .line 605
            iload 2 /* ordered */
            aload 3 /* resultHandler */
         2: .line 601
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 606
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lio/vertx/rxjava/core/Vertx;
            0    4     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    4     2              ordered  Z
            0    4     3        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)V
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      ordered              
      resultHandler        

  public <T> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, );
    descriptor: (Lio/vertx/core/Handler;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // boolean ordered
         0: .line 635
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            iload 2 /* ordered */
            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/rxjava/core/Vertx.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         1: .line 636
            return
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    2     2              ordered  Z
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Z)V
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      ordered              

  public <T> rx.Single<T> rxExecuteBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // boolean ordered
         0: .line 666
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            iload 2 /* ordered */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Handler;Z)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/rxjava/core/Vertx.lambda$13(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/rxjava/core/Vertx;
            0    1     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    1     2              ordered  Z
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Z)Lrx/Single<TT;>;
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      ordered              

  public <T> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 677
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            new io.vertx.rxjava.core.Vertx$3
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            invokespecial io.vertx.rxjava.core.Vertx$3.<init>:(Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Handler;)V
         1: .line 681
            aload 2 /* resultHandler */
         2: .line 677
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         3: .line 682
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lio/vertx/rxjava/core/Vertx;
            0    4     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            0    4     2        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)V
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  
      resultHandler        

  public <T> void executeBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
         0: .line 689
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            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/rxjava/core/Vertx.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         1: .line 690
            return
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;)V
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  

  public <T> rx.Single<T> rxExecuteBlocking(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler blockingCodeHandler
         0: .line 698
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* blockingCodeHandler */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Handler;)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/rxjava/core/Vertx.lambda$15(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/rxjava/core/Vertx;
            0    1     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;)Lrx/Single<TT;>;
    MethodParameters:
                     Name  Flags
      blockingCodeHandler  

  public io.vertx.rxjava.core.WorkerExecutor createSharedWorkerExecutor(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/WorkerExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
         0: .line 709
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            invokeinterface io.vertx.core.Vertx.createSharedWorkerExecutor:(Ljava/lang/String;)Lio/vertx/core/WorkerExecutor;
            invokestatic io.vertx.rxjava.core.WorkerExecutor.newInstance:(Lio/vertx/core/WorkerExecutor;)Lio/vertx/rxjava/core/WorkerExecutor;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.WorkerExecutor ret
         1: .line 710
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.WorkerExecutor ret
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/rxjava/core/WorkerExecutor;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.rxjava.core.WorkerExecutor createSharedWorkerExecutor(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lio/vertx/rxjava/core/WorkerExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
        start local 2 // int poolSize
         0: .line 720
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            iload 2 /* poolSize */
            invokeinterface io.vertx.core.Vertx.createSharedWorkerExecutor:(Ljava/lang/String;I)Lio/vertx/core/WorkerExecutor;
            invokestatic io.vertx.rxjava.core.WorkerExecutor.newInstance:(Lio/vertx/core/WorkerExecutor;)Lio/vertx/rxjava/core/WorkerExecutor;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.WorkerExecutor ret
         1: .line 721
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.WorkerExecutor ret
        end local 2 // int poolSize
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/Vertx;
            0    2     1      name  Ljava/lang/String;
            0    2     2  poolSize  I
            1    2     3       ret  Lio/vertx/rxjava/core/WorkerExecutor;
    MethodParameters:
          Name  Flags
      name      
      poolSize  

  public io.vertx.rxjava.core.WorkerExecutor createSharedWorkerExecutor(java.lang.String, int, long);
    descriptor: (Ljava/lang/String;IJ)Lio/vertx/rxjava/core/WorkerExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
        start local 2 // int poolSize
        start local 3 // long maxExecuteTime
         0: .line 732
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            iload 2 /* poolSize */
            lload 3 /* maxExecuteTime */
            invokeinterface io.vertx.core.Vertx.createSharedWorkerExecutor:(Ljava/lang/String;IJ)Lio/vertx/core/WorkerExecutor;
            invokestatic io.vertx.rxjava.core.WorkerExecutor.newInstance:(Lio/vertx/core/WorkerExecutor;)Lio/vertx/rxjava/core/WorkerExecutor;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.WorkerExecutor ret
         1: .line 733
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.core.WorkerExecutor ret
        end local 3 // long maxExecuteTime
        end local 2 // int poolSize
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/rxjava/core/Vertx;
            0    2     1            name  Ljava/lang/String;
            0    2     2        poolSize  I
            0    2     3  maxExecuteTime  J
            1    2     5             ret  Lio/vertx/rxjava/core/WorkerExecutor;
    MethodParameters:
                Name  Flags
      name            
      poolSize        
      maxExecuteTime  

  public io.vertx.rxjava.core.WorkerExecutor createSharedWorkerExecutor(java.lang.String, int, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/String;IJLjava/util/concurrent/TimeUnit;)Lio/vertx/rxjava/core/WorkerExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.lang.String name
        start local 2 // int poolSize
        start local 3 // long maxExecuteTime
        start local 5 // java.util.concurrent.TimeUnit maxExecuteTimeUnit
         0: .line 752
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            iload 2 /* poolSize */
            lload 3 /* maxExecuteTime */
            aload 5 /* maxExecuteTimeUnit */
            invokeinterface io.vertx.core.Vertx.createSharedWorkerExecutor:(Ljava/lang/String;IJLjava/util/concurrent/TimeUnit;)Lio/vertx/core/WorkerExecutor;
            invokestatic io.vertx.rxjava.core.WorkerExecutor.newInstance:(Lio/vertx/core/WorkerExecutor;)Lio/vertx/rxjava/core/WorkerExecutor;
            astore 6 /* ret */
        start local 6 // io.vertx.rxjava.core.WorkerExecutor ret
         1: .line 753
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.rxjava.core.WorkerExecutor ret
        end local 5 // java.util.concurrent.TimeUnit maxExecuteTimeUnit
        end local 3 // long maxExecuteTime
        end local 2 // int poolSize
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/rxjava/core/Vertx;
            0    2     1                name  Ljava/lang/String;
            0    2     2            poolSize  I
            0    2     3      maxExecuteTime  J
            0    2     5  maxExecuteTimeUnit  Ljava/util/concurrent/TimeUnit;
            1    2     6                 ret  Lio/vertx/rxjava/core/WorkerExecutor;
    MethodParameters:
                    Name  Flags
      name                
      poolSize            
      maxExecuteTime      
      maxExecuteTimeUnit  

  public boolean isNativeTransportEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 760
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_3:Ljava/lang/Boolean;
            ifnull 2
         1: .line 761
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_3:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         2: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.isNativeTransportEnabled:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         3: .line 764
            aload 0 /* this */
            iload 1 /* ret */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.vertx.rxjava.core.Vertx.cached_3:Ljava/lang/Boolean;
         4: .line 765
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Vertx;
            3    5     1   ret  Z

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

  public void deployVerticle(io.vertx.core.Verticle, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Verticle verticle
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 789
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* verticle */
            aload 2 /* completionHandler */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/Handler;)V
         1: .line 790
            return
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/Vertx;
            0    2     1           verticle  Lio/vertx/core/Verticle;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Verticle;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
                   Name  Flags
      verticle           
      completionHandler  

  public void deployVerticle(io.vertx.core.Verticle);
    descriptor: (Lio/vertx/core/Verticle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Verticle verticle
         0: .line 802
            aload 0 /* this */
            aload 1 /* verticle */
            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/rxjava/core/Vertx.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/Handler;)V
         1: .line 803
            return
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  verticle  Lio/vertx/core/Verticle;
    MethodParameters:
          Name  Flags
      verticle  

  public rx.Single<java.lang.String> rxDeployVerticle(io.vertx.core.Verticle);
    descriptor: (Lio/vertx/core/Verticle;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Verticle verticle
         0: .line 816
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* verticle */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Verticle;)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/rxjava/core/Vertx.lambda$17(Lio/vertx/core/Verticle;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/rxjava/core/Vertx;
            0    1     1  verticle  Lio/vertx/core/Verticle;
    Signature: (Lio/vertx/core/Verticle;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      verticle  

  public void deployVerticle(io.vertx.core.Verticle, io.vertx.core.DeploymentOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Verticle verticle
        start local 2 // io.vertx.core.DeploymentOptions options
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 829
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* verticle */
            aload 2 /* options */
            aload 3 /* completionHandler */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 830
            return
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/Vertx;
            0    2     1           verticle  Lio/vertx/core/Verticle;
            0    2     2            options  Lio/vertx/core/DeploymentOptions;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
                   Name  Flags
      verticle           
      options            
      completionHandler  

  public void deployVerticle(io.vertx.core.Verticle, io.vertx.core.DeploymentOptions);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Verticle verticle
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 839
            aload 0 /* this */
            aload 1 /* verticle */
            aload 2 /* options */
            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/rxjava/core/Vertx.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 840
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  verticle  Lio/vertx/core/Verticle;
            0    2     2   options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
          Name  Flags
      verticle  
      options   

  public rx.Single<java.lang.String> rxDeployVerticle(io.vertx.core.Verticle, io.vertx.core.DeploymentOptions);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Verticle verticle
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 850
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* verticle */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)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/rxjava/core/Vertx.lambda$19(Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Verticle verticle
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/rxjava/core/Vertx;
            0    1     1  verticle  Lio/vertx/core/Verticle;
            0    1     2   options  Lio/vertx/core/DeploymentOptions;
    Signature: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      verticle  
      options   

  public void deployVerticle(java.util.function.Supplier<io.vertx.core.Verticle>, io.vertx.core.DeploymentOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.util.function.Supplier verticleSupplier
        start local 2 // io.vertx.core.DeploymentOptions options
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 868
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* verticleSupplier */
            aload 2 /* options */
            aload 3 /* completionHandler */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 869
            return
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.util.function.Supplier verticleSupplier
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/Vertx;
            0    2     1   verticleSupplier  Ljava/util/function/Supplier<Lio/vertx/core/Verticle;>;
            0    2     2            options  Lio/vertx/core/DeploymentOptions;
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/util/function/Supplier<Lio/vertx/core/Verticle;>;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
                   Name  Flags
      verticleSupplier   
      options            
      completionHandler  

  public void deployVerticle(java.util.function.Supplier<io.vertx.core.Verticle>, io.vertx.core.DeploymentOptions);
    descriptor: (Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.util.function.Supplier verticleSupplier
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 883
            aload 0 /* this */
            aload 1 /* verticleSupplier */
            aload 2 /* options */
            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/rxjava/core/Vertx.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 884
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.util.function.Supplier verticleSupplier
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  verticleSupplier  Ljava/util/function/Supplier<Lio/vertx/core/Verticle;>;
            0    2     2           options  Lio/vertx/core/DeploymentOptions;
    Signature: (Ljava/util/function/Supplier<Lio/vertx/core/Verticle;>;Lio/vertx/core/DeploymentOptions;)V
    MethodParameters:
                  Name  Flags
      verticleSupplier  
      options           

  public rx.Single<java.lang.String> rxDeployVerticle(java.util.function.Supplier<io.vertx.core.Verticle>, io.vertx.core.DeploymentOptions);
    descriptor: (Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // java.util.function.Supplier verticleSupplier
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 899
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* verticleSupplier */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/rxjava/core/Vertx;Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;)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/rxjava/core/Vertx.lambda$21(Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.util.function.Supplier verticleSupplier
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/rxjava/core/Vertx;
            0    1     1  verticleSupplier  Ljava/util/function/Supplier<Lio/vertx/core/Verticle;>;
            0    1     2           options  Lio/vertx/core/DeploymentOptions;
    Signature: (Ljava/util/function/Supplier<Lio/vertx/core/Verticle;>;Lio/vertx/core/DeploymentOptions;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
                  Name  Flags
      verticleSupplier  
      options           

  public void registerVerticleFactory(io.vertx.core.spi.VerticleFactory);
    descriptor: (Lio/vertx/core/spi/VerticleFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.spi.VerticleFactory factory
         0: .line 909
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* factory */
            invokeinterface io.vertx.core.Vertx.registerVerticleFactory:(Lio/vertx/core/spi/VerticleFactory;)V
         1: .line 910
            return
        end local 1 // io.vertx.core.spi.VerticleFactory factory
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  factory  Lio/vertx/core/spi/VerticleFactory;
    MethodParameters:
         Name  Flags
      factory  

  public void unregisterVerticleFactory(io.vertx.core.spi.VerticleFactory);
    descriptor: (Lio/vertx/core/spi/VerticleFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 1 // io.vertx.core.spi.VerticleFactory factory
         0: .line 917
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* factory */
            invokeinterface io.vertx.core.Vertx.unregisterVerticleFactory:(Lio/vertx/core/spi/VerticleFactory;)V
         1: .line 918
            return
        end local 1 // io.vertx.core.spi.VerticleFactory factory
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Vertx;
            0    2     1  factory  Lio/vertx/core/spi/VerticleFactory;
    MethodParameters:
         Name  Flags
      factory  

  public java.util.Set<io.vertx.core.spi.VerticleFactory> verticleFactories();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 925
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.verticleFactories:()Ljava/util/Set;
            astore 1 /* ret */
        start local 1 // java.util.Set ret
         1: .line 926
            aload 1 /* ret */
            areturn
        end local 1 // java.util.Set ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Ljava/util/Set<Lio/vertx/core/spi/VerticleFactory;>;
    Signature: ()Ljava/util/Set<Lio/vertx/core/spi/VerticleFactory;>;

  public io.netty.channel.EventLoopGroup nettyEventLoopGroup();
    descriptor: ()Lio/netty/channel/EventLoopGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 934
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.nettyEventLoopGroup:()Lio/netty/channel/EventLoopGroup;
            astore 1 /* ret */
        start local 1 // io.netty.channel.EventLoopGroup ret
         1: .line 935
            aload 1 /* ret */
            areturn
        end local 1 // io.netty.channel.EventLoopGroup ret
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            1    2     1   ret  Lio/netty/channel/EventLoopGroup;

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

  public io.vertx.core.metrics.Measured getDelegate();
    descriptor: ()Lio/vertx/core/metrics/Measured;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 86
            new io.vertx.rxjava.core.Vertx
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.Vertx
            invokespecial io.vertx.rxjava.core.Vertx.<init>:(Lio/vertx/core/Vertx;)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 159
            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/rxjava/core/Vertx;>;

  private static void lambda$3(io.vertx.core.VertxOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Handler fut
         0: .line 171
            aload 0
            aload 1 /* fut */
            invokestatic io.vertx.rxjava.core.Vertx.clusteredVertx:(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
         1: .line 172
            return
        end local 1 // io.vertx.core.Handler fut
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/Vertx;>;>;

  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 437
            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$5(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.rxjava.core.Vertx this
        start local 1 // io.vertx.core.Handler fut
         0: .line 446
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.close:(Lio/vertx/core/Handler;)V
         1: .line 447
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  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 474
            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/String;>;

  private void lambda$7(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 2 // io.vertx.core.Handler fut
         0: .line 489
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 490
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  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 511
            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/String;>;

  private void lambda$9(java.lang.String, io.vertx.core.DeploymentOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 3 // io.vertx.core.Handler fut
         0: .line 523
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 524
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$10(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 541
            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$11(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 2 // io.vertx.core.Handler fut
         0: .line 551
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.undeploy:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 552
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$12(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 635
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$13(io.vertx.core.Handler, boolean, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 3 // io.vertx.core.Handler fut
         0: .line 667
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         1: .line 668
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  private static void lambda$14(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 689
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$15(io.vertx.core.Handler, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 2 // io.vertx.core.Handler fut
         0: .line 699
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         1: .line 700
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  private static void lambda$16(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 802
            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/String;>;

  private void lambda$17(io.vertx.core.Verticle, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 2 // io.vertx.core.Handler fut
         0: .line 817
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/Handler;)V
         1: .line 818
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$18(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 839
            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/String;>;

  private void lambda$19(io.vertx.core.Verticle, io.vertx.core.DeploymentOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 3 // io.vertx.core.Handler fut
         0: .line 851
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 852
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$20(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 883
            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/String;>;

  private void lambda$21(java.util.function.Supplier, io.vertx.core.DeploymentOptions, io.vertx.core.Handler);
    descriptor: (Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.Vertx this
        start local 3 // io.vertx.core.Handler fut
         0: .line 900
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.Vertx.deployVerticle:(Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         1: .line 901
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.Vertx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Vertx;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
}
SourceFile: "Vertx.java"
NestMembers:
  io.vertx.rxjava.core.Vertx$1  io.vertx.rxjava.core.Vertx$2  io.vertx.rxjava.core.Vertx$3
InnerClasses:
  io.vertx.rxjava.core.Vertx$1
  io.vertx.rxjava.core.Vertx$2
  io.vertx.rxjava.core.Vertx$3
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/Vertx;)