Kvasir.Command.Dispatcher behaviour (kvasir_agent v0.0.13) View Source

Link to this section Summary

Link to this section Callbacks

Specs

dispatch(Kvasir.Command.t(), Keyword.t()) ::
  {:ok, Kvasir.Command.t()} | {:error, atom()}

Specs

do_dispatch(Kvasir.Command.t()) :: {:ok, Kvasir.Command.t()} | {:error, atom()}

Link to this section Functions

Link to this function

dispatch(dispatcher, command, opts \\ [])

View Source