event v0.2.0 API Reference

Modules

Acts as an event sink, sending all incoming events as messages to the provided process. Useful when you have a process that should receive events but cannot act as an event sink or GenStage.

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.