Kvasir.Source.Kafka (kvasir_kafka v0.0.4) View Source

Documentation for Kvasir.Kafka.

Link to this section Summary

Link to this section Functions

Link to this function

client_child_spec(client)

View Source

Specs

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

client_start_link(client)

View Source

Specs

client_start_link(atom()) :: {:ok, atom()} | {:error, term()}
Link to this function

start_link(name, opts \\ [])

View Source