Feline.Transport behaviour (feline v0.1.0-rc.1)

Copy Markdown View Source

Behaviour for transports. A transport provides input and output processor specs that can be included in a pipeline.

Summary

Callbacks

input_spec(opts)

@callback input_spec(opts :: keyword()) :: {module(), keyword()}

output_spec(opts)

@callback output_spec(opts :: keyword()) :: {module(), keyword()}