API Reference Shout v0.1.0

Modules

A small library that provides Elixir modules with subscribe/publish functionality.

Use this module to setup your subscription module. Add it to your supervision tree, it'll start a simple GenServer and store the subscriptions.

Contains the logic on how subscriptions are executed

GenServer to persist the subscriptions. They are stored as an array

A struct to represent a subscription.