package pubsub
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
PgChannel extends ReadStream[String]
A channel to Postgres that tracks the subscription to a given Postgres channel using the
LISTEN/UNLISTENcommands.A channel to Postgres that tracks the subscription to a given Postgres channel using the
LISTEN/UNLISTENcommands.When paused the channel discards the messages.
-
class
PgSubscriber extends AnyRef
A class for managing subscriptions using
LISTEN/UNLISTENto Postgres channels.A class for managing subscriptions using
LISTEN/UNLISTENto Postgres channels.The subscriber manages a single connection to Postgres.
Value Members
- object PgChannel
- object PgSubscriber