message-db-0.1.0.0: Client library for Message-DB installed in PostgreSQL.
Safe HaskellNone
LanguageHaskell2010

MessageDb.Subscription

Description

Subscribe to a category and react to the messages.

Synopsis

Documentation

subscribe :: CategoryName -> Subscription Source #

Construct a new subscription.

start :: WithConnection -> Subscription -> IO Void Source #

Start the subscription. Notice this will never return.