class examples.RxJava2Test$ServerVerticle extends io.vertx.reactivex.core.AbstractVerticle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: examples.RxJava2Test$ServerVerticle
  super_class: io.vertx.reactivex.core.AbstractVerticle
{
  final examples.RxJava2Test this$0;
    descriptor: Lexamples/RxJava2Test;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(examples.RxJava2Test);
    descriptor: (Lexamples/RxJava2Test;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // examples.RxJava2Test$ServerVerticle this
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield examples.RxJava2Test$ServerVerticle.this$0:Lexamples/RxJava2Test;
            aload 0 /* this */
            invokespecial io.vertx.reactivex.core.AbstractVerticle.<init>:()V
            return
        end local 0 // examples.RxJava2Test$ServerVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/RxJava2Test$ServerVerticle;
    MethodParameters:
        Name  Flags
      this$0  final

  public void start(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.RxJava2Test$ServerVerticle this
        start local 1 // io.vertx.core.Promise startFuture
         0: .line 71
            aload 0 /* this */
            getfield examples.RxJava2Test$ServerVerticle.vertx:Lio/vertx/reactivex/core/Vertx;
            invokevirtual io.vertx.reactivex.core.Vertx.createHttpServer:()Lio/vertx/reactivex/core/http/HttpServer;
         1: .line 72
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/RxJava2Test$ServerVerticle.lambda$0(Lio/vertx/reactivex/core/http/HttpServerRequest;)V (6)
                  (Lio/vertx/reactivex/core/http/HttpServerRequest;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServer.requestHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
         2: .line 76
            sipush 8080
            invokevirtual io.vertx.reactivex.core.http.HttpServer.rxListen:(I)Lio/reactivex/Single;
         3: .line 77
            aload 1 /* startFuture */
            invokedynamic accept(Lio/vertx/core/Promise;)Lio/reactivex/functions/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  examples/RxJava2Test$ServerVerticle.lambda$1(Lio/vertx/core/Promise;Lio/vertx/reactivex/core/http/HttpServer;)V (6)
                  (Lio/vertx/reactivex/core/http/HttpServer;)V
            aload 1 /* startFuture */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lio/vertx/core/Promise;)Lio/reactivex/functions/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/Promise.fail(Ljava/lang/Throwable;)V (9 itf)
                  (Ljava/lang/Throwable;)V
            invokevirtual io.reactivex.Single.subscribe:(Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Consumer;)Lio/reactivex/disposables/Disposable;
            pop
         4: .line 78
            return
        end local 1 // io.vertx.core.Promise startFuture
        end local 0 // examples.RxJava2Test$ServerVerticle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lexamples/RxJava2Test$ServerVerticle;
            0    5     1  startFuture  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
             Name  Flags
      startFuture  

  private static void lambda$0(io.vertx.reactivex.core.http.HttpServerRequest);
    descriptor: (Lio/vertx/reactivex/core/http/HttpServerRequest;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest req
         0: .line 73
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* req */
            invokevirtual io.vertx.reactivex.core.http.HttpServerRequest.method:()Lio/vertx/core/http/HttpMethod;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* req */
            invokevirtual io.vertx.reactivex.core.http.HttpServerRequest.uri:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " from "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* req */
            invokevirtual io.vertx.reactivex.core.http.HttpServerRequest.remoteAddress:()Lio/vertx/reactivex/core/net/SocketAddress;
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.host:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 74
            aload 0 /* req */
            invokevirtual io.vertx.reactivex.core.http.HttpServerRequest.response:()Lio/vertx/reactivex/core/http/HttpServerResponse;
            ldc "Ok"
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Ljava/lang/String;)V
         2: .line 75
            return
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   req  Lio/vertx/reactivex/core/http/HttpServerRequest;

  private static void lambda$1(io.vertx.core.Promise, io.vertx.reactivex.core.http.HttpServer);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/reactivex/core/http/HttpServer;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.vertx.reactivex.core.http.HttpServer server
         0: .line 77
            aload 0
            invokeinterface io.vertx.core.Promise.complete:()V
            return
        end local 1 // io.vertx.reactivex.core.http.HttpServer server
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     1  server  Lio/vertx/reactivex/core/http/HttpServer;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "RxJava2Test.java"
NestHost: examples.RxJava2Test
InnerClasses:
  ServerVerticle = examples.RxJava2Test$ServerVerticle of examples.RxJava2Test
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles