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 87
            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 88
            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 87
            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 89
            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 71
            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 76
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 77
      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 78
      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 79
            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 84
            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 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
         2: .line 95
            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 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 98
            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 106
            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 107
            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 115
            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 116
            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 125
            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 126
            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 137
            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 146
            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 rx.Observable<io.vertx.rxjava.core.Vertx> clusteredVertxObservable(io.vertx.core.VertxOptions);
    descriptor: (Lio/vertx/core/VertxOptions;)Lrx/Observable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Lio/vertx/core/VertxOptions;)Lrx/Observable<Lio/vertx/rxjava/core/Vertx;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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
         0: .line 171
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    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 181
            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 182
            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 190
            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 191
            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 200
            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 201
            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 209
            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 210
            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 219
            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 220
            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 228
            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 229
            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 238
            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 239
            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 247
            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 248
            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 257
            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 258
            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 266
            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 267
            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 276
            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 277
            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 285
            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 286
            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 294
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_0:Lio/vertx/rxjava/core/file/FileSystem;
            ifnull 2
         1: .line 295
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_0:Lio/vertx/rxjava/core/file/FileSystem;
            areturn
         2: .line 297
      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 298
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Vertx.cached_0:Lio/vertx/rxjava/core/file/FileSystem;
         4: .line 299
            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 307
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_1:Lio/vertx/rxjava/core/eventbus/EventBus;
            ifnull 2
         1: .line 308
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_1:Lio/vertx/rxjava/core/eventbus/EventBus;
            areturn
         2: .line 310
      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 311
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Vertx.cached_1:Lio/vertx/rxjava/core/eventbus/EventBus;
         4: .line 312
            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 323
            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 324
            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 334
            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 335
            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 344
            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 345
            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 353
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_2:Lio/vertx/rxjava/core/shareddata/SharedData;
            ifnull 2
         1: .line 354
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_2:Lio/vertx/rxjava/core/shareddata/SharedData;
            areturn
         2: .line 356
      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 357
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Vertx.cached_2:Lio/vertx/rxjava/core/shareddata/SharedData;
         4: .line 358
            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 369
            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 370
            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 380
            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 381
            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 392
            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 393
            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 403
            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 404
            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 413
            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 414
            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 423
            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 424
            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();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 434
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.close:()V
         1: .line 435
            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 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 442
            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 443
            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 rx.Observable<java.lang.Void> closeObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 452
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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 462
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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);
    descriptor: (Ljava/lang/String;)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.String name
         0: .line 476
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;)V
         1: .line 477
            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 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 490
            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 491
            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 rx.Observable<java.lang.String> deployVerticleObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 506
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 522
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  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=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.DeploymentOptions options
         0: .line 534
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* name */
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         1: .line 535
            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 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 545
            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 546
            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 rx.Observable<java.lang.String> deployVerticleObservable(java.lang.String, io.vertx.core.DeploymentOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 558
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 571
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
         Name  Flags
      name     
      options  

  public void undeploy(java.lang.String);
    descriptor: (Ljava/lang/String;)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.String deploymentID
         0: .line 583
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* deploymentID */
            invokeinterface io.vertx.core.Vertx.undeploy:(Ljava/lang/String;)V
         1: .line 584
            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 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 592
            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 593
            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 rx.Observable<java.lang.Void> undeployObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 603
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 614
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 624
            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 625
            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 633
            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 634
            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 665
            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 669
            iload 2 /* ordered */
            aload 3 /* resultHandler */
         2: .line 665
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 670
            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> rx.Observable<T> executeBlockingObservable(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>, boolean);
    descriptor: (Lio/vertx/core/Handler;Z)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 702
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;Z)Lrx/Observable<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 735
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: <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 746
            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 750
            aload 2 /* resultHandler */
         2: .line 746
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         3: .line 751
            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> rx.Observable<T> executeBlockingObservable(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 761
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;)Lrx/Observable<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 772
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: <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 783
            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 784
            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 794
            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 795
            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 806
            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 807
            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 826
            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 827
            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 834
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_3:Ljava/lang/Boolean;
            ifnull 2
         1: .line 835
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.cached_3:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         2: .line 837
      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 838
            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 839
            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 848
            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 849
            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);
    descriptor: (Lio/vertx/core/Verticle;)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.Verticle verticle
         0: .line 861
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* verticle */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;)V
         1: .line 862
            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 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 875
            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 876
            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 rx.Observable<java.lang.String> deployVerticleObservable(io.vertx.core.Verticle);
    descriptor: (Lio/vertx/core/Verticle;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 891
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/core/Verticle;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 907
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/core/Verticle;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      verticle  

  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=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.DeploymentOptions options
         0: .line 919
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* verticle */
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)V
         1: .line 920
            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 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=3, 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 934
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Vertx.delegate:Lio/vertx/core/Vertx;
            aload 1 /* verticleSupplier */
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;)V
         1: .line 935
            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 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 945
            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 946
            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 rx.Observable<java.lang.String> deployVerticleObservable(io.vertx.core.Verticle, io.vertx.core.DeploymentOptions);
    descriptor: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 958
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/core/Verticle;Lio/vertx/core/DeploymentOptions;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 971
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 989
            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 990
            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 rx.Observable<java.lang.String> deployVerticleObservable(java.util.function.Supplier<io.vertx.core.Verticle>, io.vertx.core.DeploymentOptions);
    descriptor: (Ljava/util/function/Supplier;Lio/vertx/core/DeploymentOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 1007
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/util/function/Supplier<Lio/vertx/core/Verticle;>;Lio/vertx/core/DeploymentOptions;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Vertx this
         0: .line 1025
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1035
            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 1036
            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 1043
            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 1044
            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 1051
            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 1052
            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 1060
            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 1061
            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 1070
            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 87
            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;
}
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
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/Vertx;)