API Reference seqy v0.1.1
modules
Modules
Before enqueueing events with Seqy, you need to define a handler for the topic.
To define a handler, create a module that use
the Seqy.Handler
module. Then,
implement the handle/1
callback for each event you expect in the sequence.
Use this module to define a handler.