public class io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;>;

  private final io.reactiverse.pgclient.pubsub.PgSubscriber delegate;
    descriptor: Lio/reactiverse/pgclient/pubsub/PgSubscriber;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
        start local 1 // java.lang.Object o
         0: .line 49
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 50
      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 51
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber
            astore 2 /* that */
        start local 2 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber that
         4: .line 52
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            aload 2 /* that */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber that
        end local 1 // java.lang.Object o
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    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.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
         0: .line 57
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;

  public void <init>(io.reactiverse.pgclient.pubsub.PgSubscriber);
    descriptor: (Lio/reactiverse/pgclient/pubsub/PgSubscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
        start local 1 // io.reactiverse.pgclient.pubsub.PgSubscriber delegate
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
         2: .line 68
            return
        end local 1 // io.reactiverse.pgclient.pubsub.PgSubscriber delegate
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            0    3     1  delegate  Lio/reactiverse/pgclient/pubsub/PgSubscriber;
    MethodParameters:
          Name  Flags
      delegate  

  public io.reactiverse.pgclient.pubsub.PgSubscriber getDelegate();
    descriptor: ()Lio/reactiverse/pgclient/pubsub/PgSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
         0: .line 71
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;

  public static io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber subscriber(io.vertx.reactivex.core.Vertx, io.reactiverse.pgclient.PgConnectOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/reactiverse/pgclient/PgConnectOptions;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.reactiverse.pgclient.PgConnectOptions options
         0: .line 81
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* options */
            invokestatic io.reactiverse.pgclient.pubsub.PgSubscriber.subscriber:(Lio/vertx/core/Vertx;Lio/reactiverse/pgclient/PgConnectOptions;)Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            invokestatic io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.newInstance:(Lio/reactiverse/pgclient/pubsub/PgSubscriber;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber ret
         1: .line 82
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber ret
        end local 1 // io.reactiverse.pgclient.PgConnectOptions options
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  options  Lio/reactiverse/pgclient/PgConnectOptions;
            1    2     2      ret  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public io.reactiverse.reactivex.pgclient.pubsub.PgChannel channel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactiverse/reactivex/pgclient/pubsub/PgChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
        start local 1 // java.lang.String name
         0: .line 91
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            aload 1 /* name */
            invokeinterface io.reactiverse.pgclient.pubsub.PgSubscriber.channel:(Ljava/lang/String;)Lio/reactiverse/pgclient/pubsub/PgChannel;
            invokestatic io.reactiverse.reactivex.pgclient.pubsub.PgChannel.newInstance:(Lio/reactiverse/pgclient/pubsub/PgChannel;)Lio/reactiverse/reactivex/pgclient/pubsub/PgChannel;
            astore 2 /* ret */
        start local 2 // io.reactiverse.reactivex.pgclient.pubsub.PgChannel ret
         1: .line 92
            aload 2 /* ret */
            areturn
        end local 2 // io.reactiverse.reactivex.pgclient.pubsub.PgChannel ret
        end local 1 // java.lang.String name
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/reactiverse/reactivex/pgclient/pubsub/PgChannel;
    MethodParameters:
      Name  Flags
      name  

  public io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber connect(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
        start local 1 // io.vertx.core.Handler handler
         0: .line 101
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            aload 1 /* handler */
            invokeinterface io.reactiverse.pgclient.pubsub.PgSubscriber.connect:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            pop
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxConnect();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
         0: .line 110
            aload 0 /* this */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/reactiverse/reactivex/pgclient/pubsub/PgSubscriber.lambda$2(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;

  public io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber reconnectPolicy(java.util.function.Function<java.lang.Integer, java.lang.Long>);
    descriptor: (Ljava/util/function/Function;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
        start local 1 // java.util.function.Function policy
         0: .line 131
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            aload 1 /* policy */
            invokeinterface io.reactiverse.pgclient.pubsub.PgSubscriber.reconnectPolicy:(Ljava/util/function/Function;)Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            pop
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function policy
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            0    2     1  policy  Ljava/util/function/Function<Ljava/lang/Integer;Ljava/lang/Long;>;
    Signature: (Ljava/util/function/Function<Ljava/lang/Integer;Ljava/lang/Long;>;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    MethodParameters:
        Name  Flags
      policy  

  public io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
        start local 1 // io.vertx.core.Handler handler
         0: .line 141
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            aload 1 /* handler */
            invokeinterface io.reactiverse.pgclient.pubsub.PgSubscriber.closeHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            pop
         1: .line 142
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactiverse.reactivex.pgclient.PgConnection actualConnection();
    descriptor: ()Lio/reactiverse/reactivex/pgclient/PgConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
         0: .line 149
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            invokeinterface io.reactiverse.pgclient.pubsub.PgSubscriber.actualConnection:()Lio/reactiverse/pgclient/PgConnection;
            invokestatic io.reactiverse.reactivex.pgclient.PgConnection.newInstance:(Lio/reactiverse/pgclient/PgConnection;)Lio/reactiverse/reactivex/pgclient/PgConnection;
            astore 1 /* ret */
        start local 1 // io.reactiverse.reactivex.pgclient.PgConnection ret
         1: .line 150
            aload 1 /* ret */
            areturn
        end local 1 // io.reactiverse.reactivex.pgclient.PgConnection ret
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            1    2     1   ret  Lio/reactiverse/reactivex/pgclient/PgConnection;

  public boolean closed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
         0: .line 157
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            invokeinterface io.reactiverse.pgclient.pubsub.PgSubscriber.closed:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 158
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            1    2     1   ret  Z

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
         0: .line 165
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.delegate:Lio/reactiverse/pgclient/pubsub/PgSubscriber;
            invokeinterface io.reactiverse.pgclient.pubsub.PgSubscriber.close:()V
         1: .line 166
            return
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;

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

  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 60
            new io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber
            dup
            aload 0 /* obj */
            checkcast io.reactiverse.pgclient.pubsub.PgSubscriber
            invokespecial io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.<init>:(Lio/reactiverse/pgclient/pubsub/PgSubscriber;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private void lambda$2(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
        start local 1 // io.vertx.core.Handler handler
         0: .line 111
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber.connect:(Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            pop
         1: .line 112
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.pubsub.PgSubscriber this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/pubsub/PgSubscriber;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "PgSubscriber.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/reactiverse/pgclient/pubsub/PgSubscriber;)