Porterage v0.1.0 Porterage.Deliverer.MFArgs View Source

Deliverer based on usage of Kernel.apply/3 calls.

Data to be delivered will be passed as the first argument.

Configuration

{
  deliverer: Porterage.Deliverer.MFArgs,
  deliverer_opts: %{mfargs: {_, _, _}}
}

Data to be delivered will always be passed as the first argument with all configured arguments afterwards.

See options/0 for a specification of available options.

Link to this section Summary

Link to this section Types

Link to this type

options()

View Source
options() :: %{mfargs: {module(), atom(), [any()]}}