dawdle v0.5.0 API Reference
Modules
API for the Dawdle messaging system.
Behaviour for Dawdle backends.
Implementation of the Dawdle.Backend
behaviour that queues all events
locally on a single node.
Implementation of the Dawdle.Backend
behaviour for Amazon SQS.
Defines a handler for queued events.
Behaviour for Dawdle event encoding.
Implements the Dawdle.MessageEncoder
behaviour using
:erlang.term_to_binary/1
and :erlang.binary_to_term/1
.
Helper functions for writing tests that interact with Dawdle handlers.