View Source Inbox.Handler behaviour (Inbox v0.1.1)

Behaviour for handling messages once they've been processed.

Summary

Callbacks

@callback process(message :: Inbox.Message.t()) :: any()