Class PgChannel

  • All Implemented Interfaces:
    ReadStream<String>, StreamBase

    public class PgChannel
    extends Object
    implements 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.