Kvasir.Agent.Registry behaviour (kvasir_agent v0.0.15) View Source
Link to this section Summary
Link to this section Callbacks
Specs
start_child(agent :: module(), partition :: non_neg_integer(), id :: term()) :: {:ok, pid()} | {:error, atom()}
Specs
start_child( agent :: module(), partition :: non_neg_integer(), id :: term(), offset :: Kvasir.Offset.t(), state :: term(), cache :: term() ) :: {:ok, pid()} | {:error, atom()}