View Source Kvasir.Client (kvasir_kafka v0.0.16)

Link to this section Summary

Link to this section Functions

Link to this function

client_child_spec(client, opts \\ [])

View Source
@spec 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
@spec client_start_link(atom(), opts :: Keyword.t()) ::
  {:ok, atom()} | {:error, term()}