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

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

  public io.reactivex.Completable rxStart();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // examples.RxifiedExamples$2MyVerticle this
         0: .line 198
            aload 0 /* this */
            getfield examples.RxifiedExamples$2MyVerticle.vertx:Lio/vertx/reactivex/core/Vertx;
            invokevirtual io.vertx.reactivex.core.Vertx.createHttpServer:()Lio/vertx/reactivex/core/http/HttpServer;
         1: .line 199
            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/RxifiedExamples$2MyVerticle.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 200
            invokevirtual io.vertx.reactivex.core.http.HttpServer.rxListen:()Lio/reactivex/Single;
         3: .line 201
            invokevirtual io.reactivex.Single.toCompletable:()Lio/reactivex/Completable;
         4: .line 198
            areturn
        end local 0 // examples.RxifiedExamples$2MyVerticle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lexamples/RxifiedExamples$2MyVerticle;

  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=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerRequest req
         0: .line 199
            aload 0 /* req */
            invokevirtual io.vertx.reactivex.core.http.HttpServerRequest.response:()Lio/vertx/reactivex/core/http/HttpServerResponse;
            ldc "Hello World"
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Ljava/lang/String;)V
            return
        end local 0 // io.vertx.reactivex.core.http.HttpServerRequest req
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   req  Lio/vertx/reactivex/core/http/HttpServerRequest;
}
SourceFile: "RxifiedExamples.java"
EnclosingMethod: examples.RxifiedExamples.rxStart:()V
NestHost: examples.RxifiedExamples
InnerClasses:
  MyVerticle = examples.RxifiedExamples$2MyVerticle
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles