class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl implements io.vertx.pgclient.pubsub.PgChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.Handler<java.lang.Void> subscribeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.String> eventHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/String;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList channel;
    descriptor: Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
    flags: (0x0002) ACC_PRIVATE

  private boolean paused;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final io.vertx.pgclient.impl.pubsub.PgSubscriberImpl this$0;
    descriptor: Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.pgclient.impl.pubsub.PgSubscriberImpl, java.lang.String);
    descriptor: (Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
        start local 2 // java.lang.String name
         0: .line 265
            aload 0 /* this */
            aload 1
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 266
            aload 0 /* this */
            aload 2 /* name */
            invokestatic io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.applyIdLengthLimit:(Ljava/lang/String;)Ljava/lang/String;
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.name:Ljava/lang/String;
         2: .line 267
            return
        end local 2 // java.lang.String name
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            0    3     2  name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      name    

  public io.vertx.pgclient.pubsub.PgChannel subscribeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/pubsub/PgChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            dup
            astore 2
            monitorenter
         1: .line 272
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.subscribeHandler:Lio/vertx/core/Handler;
         2: .line 271
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl io.vertx.core.Handler io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/pgclient/pubsub/PgChannel;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 279
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl handler(io.vertx.core.Handler<java.lang.String>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 284
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            dup
            astore 2
            monitorenter
         1: .line 285
            aload 1 /* handler */
            ifnull 7
         2: .line 286
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.eventHandler:Lio/vertx/core/Handler;
         3: .line 287
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.channel:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
            ifnonnull 14
         4: .line 288
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl.channels:Ljava/util/Map;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.name:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            invokedynamic apply(Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;)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/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList.<init>(Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;Ljava/lang/String;)V (8)
                  (Ljava/lang/String;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.channel:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
         5: .line 289
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.channel:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.add:(Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;)V
         6: .line 291
            goto 14
         7: .line 292
      StackMap locals: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.channel:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
            ifnull 14
         8: .line 293
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.channel:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
            astore 3 /* ch */
        start local 3 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList ch
         9: .line 294
            aload 0 /* this */
            aconst_null
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.channel:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
        10: .line 295
            aload 3 /* ch */
            aload 0 /* this */
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList.remove:(Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;)V
        11: .line 296
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.endHandler:Lio/vertx/core/Handler;
            astore 4 /* _handler */
        start local 4 // io.vertx.core.Handler _handler
        12: .line 297
            aload 4 /* _handler */
            ifnull 14
        13: .line 298
            aload 4 /* _handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // io.vertx.core.Handler _handler
        end local 3 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList ch
        14: .line 284
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        15: goto 18
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 2
            monitorexit
        17: athrow
        18: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            0   19     1   handler  Lio/vertx/core/Handler<Ljava/lang/String;>;
            9   14     3        ch  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelList;
           12   14     4  _handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1    15      16  any
          16    17      16  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 308
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            dup
            astore 2
            monitorenter
         1: .line 309
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.endHandler:Lio/vertx/core/Handler;
         2: .line 308
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl io.vertx.core.Handler io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl pause();
    descriptor: ()Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
         0: .line 316
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            dup
            astore 1
            monitorenter
         1: .line 317
            aload 0 /* this */
            iconst_1
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.paused:Z
         2: .line 316
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl resume();
    descriptor: ()Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
         0: .line 324
            aload 0 /* this */
            getfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.this$0:Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl;
            dup
            astore 1
            monitorenter
         1: .line 325
            aload 0 /* this */
            iconst_0
            putfield io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.paused:Z
         2: .line 324
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public io.vertx.core.streams.ReadStream<java.lang.String> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
        start local 1 // long amount
         0: .line 332
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // long amount
        end local 0 // io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            0    1     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.pause:()Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.pubsub.PgChannel pause();
    descriptor: ()Lio/vertx/pgclient/pubsub/PgChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.pause:()Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.pubsub.PgChannel handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/pubsub/PgChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.pubsub.PgChannel endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/pubsub/PgChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.resume:()Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.pubsub.PgChannel resume();
    descriptor: ()Lio/vertx/pgclient/pubsub/PgChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.resume:()Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.pgclient.pubsub.PgChannel exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/pgclient/pubsub/PgChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/pgclient/impl/pubsub/PgSubscriberImpl$ChannelImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PgSubscriberImpl.java"
NestHost: io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
InnerClasses:
  private ChannelImpl = io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelImpl of io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
  private ChannelList = io.vertx.pgclient.impl.pubsub.PgSubscriberImpl$ChannelList of io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles