Fastfwd v0.1.0 Fastfwd.Behaviours.Sender behaviour View Source

Default sender behaviour for Fastfwd.

This is the behaviour spec used by Fastfwd to quickly build sender modules that will act as forwarders, delegetors, proxies or plugin interfaces.

Please see the Fastfwd.Sender module for the default implementation of this behavior.

Link to this section Summary

Link to this section Callbacks

Link to this callback

fwd(arg0, arg1, list) View Source
fwd(Atom.t(), Atom.t(), [Anything]) :: [Atom.t()]

Link to this callback

fwd_modules() View Source
fwd_modules() :: [Module.t()]

Link to this callback

fwd_routes() View Source
fwd_routes() :: Map.t()

Link to this callback

fwd_tags() View Source
fwd_tags() :: [Atom.t()]