Conduit v0.11.0 Conduit.Plug.AckException View Source

Rescues any exception and acks the message.

Options are ignored.

Examples

plug Conduit.Plug.AckException

Link to this section Summary

Functions

Rescues any exception and acks the message

Callback implementation for Conduit.Plug.init/1

Callback implementation for Conduit.Plug.run/2

Link to this section Functions

Link to this function call(message, next, opts) View Source

Rescues any exception and acks the message.

Callback implementation for Conduit.Plug.init/1.

Link to this function run(message, opts \\ []) View Source

Callback implementation for Conduit.Plug.run/2.