event v0.1.0 API Reference

Modules

Receives events from Event.Source or Event.Processor before passing them on to the next connected event handler(s)

Final stage in an Event processing chain. Receives events from an Event.Source or Event.Processor and performs any final processing on them

Queues events for dissemination to subscribed processors and sinks. Buffers demand for events so that when the queue is refilled, connected processors and sinks receive them. Exposes various options for limiting buffering, as well as GenStage control options