Packages

package pubsub

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class PgChannel extends ReadStream[String]

    A channel to Postgres that tracks the subscription to a given Postgres channel using the LISTEN/UNLISTEN commands.

    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.

  2. class PgSubscriber extends AnyRef

    A class for managing subscriptions using LISTEN/UNLISTEN to Postgres channels.

    A class for managing subscriptions using LISTEN/UNLISTEN to Postgres channels.

    The subscriber manages a single connection to Postgres.

Value Members

  1. object PgChannel
  2. object PgSubscriber

Ungrouped