public class io.vertx.ext.mongo.impl.CompletionSubscriber<T> implements org.reactivestreams.Subscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.mongo.impl.CompletionSubscriber
  super_class: java.lang.Object
{
  private final io.vertx.core.Promise<java.lang.Void> promise;
    descriptor: Lio/vertx/core/Promise;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Promise<Ljava/lang/Void;>;

  public void <init>(io.vertx.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
        start local 1 // io.vertx.core.Promise promise
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 1 /* promise */
            ldc "promise is null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 31
            aload 0 /* this */
            aload 1 /* promise */
            putfield io.vertx.ext.mongo.impl.CompletionSubscriber.promise:Lio/vertx/core/Promise;
         3: .line 32
            return
        end local 1 // io.vertx.core.Promise promise
        end local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/mongo/impl/CompletionSubscriber<TT;>;
            0    4     1  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
         Name  Flags
      promise  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 36
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         1: .line 37
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/mongo/impl/CompletionSubscriber<TT;>;
            0    2     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
        start local 1 // java.lang.Object t
         0: .line 41
            return
        end local 1 // java.lang.Object t
        end local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/impl/CompletionSubscriber<TT;>;
            0    1     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 45
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.CompletionSubscriber.promise:Lio/vertx/core/Promise;
            aload 1 /* t */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         1: .line 46
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/mongo/impl/CompletionSubscriber<TT;>;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
         0: .line 50
            aload 0 /* this */
            getfield io.vertx.ext.mongo.impl.CompletionSubscriber.promise:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.complete:()V
         1: .line 51
            return
        end local 0 // io.vertx.ext.mongo.impl.CompletionSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/mongo/impl/CompletionSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/reactivestreams/Subscriber<TT;>;
SourceFile: "CompletionSubscriber.java"