View Source Blunt.DispatchStrategy behaviour (blunt v0.1.1)

Link to this section Summary

Link to this section Types

Link to this section Callbacks

Specs

dispatch(context()) :: {:ok, context() | any()} | {:error, context()}

Link to this section Functions

Specs

execute({atom(), atom(), list()}, context()) ::
  {:error, context()} | {:ok, context()}
Link to this function

return_final(value, context)

View Source

Specs

return_final(any(), context()) :: {:ok, any()}
Link to this function

return_last_pipeline(context)

View Source

Specs

return_last_pipeline(context()) :: {:ok, any()}