Kvasir.Client (kvasir_kafka v0.0.9) View Source

Link to this section Summary

Link to this section Functions

Link to this function

client_child_spec(client, opts \\ [])

View Source

Specs

client_child_spec(atom(), opts :: Keyword.t()) ::
  {:ok, atom(), Supervisor.child_spec()} | {:error, term()}
Link to this function

client_start_link(client, opts \\ [])

View Source

Specs

client_start_link(atom(), opts :: Keyword.t()) ::
  {:ok, atom()} | {:error, term()}