Class PgChannel

java.lang.Object
io.vertx.mutiny.pgclient.pubsub.PgChannel
All Implemented Interfaces:
MutinyDelegate, ReadStream<String>, StreamBase

public class PgChannel extends Object implements MutinyDelegate, ReadStream<String>
A channel to Postgres that tracks the subscription to a given Postgres channel using the LISTEN/UNLISTEN commands.

When paused the channel discards the messages.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.