Kvasir AgentServer v0.0.8 Kvasir.AgentServer.Client View Source

Documentation for Kvasir.AgentServer.Client.

Link to this section Summary

Link to this section Functions

Specs

child_spec(opts :: Keyword.t()) :: Supervisor.child_spec()

Documentation for Kvasir.AgentServer.Client.

Link to this function

initialize(parent, module, id, host, port, opts)

View Source

Specs

initialize(
  parent :: pid() | nil,
  module(),
  String.t(),
  charlist(),
  pos_integer(),
  Keyword.t()
) :: no_return()
Link to this function

start_link(module, id, host, port, opts \\ [])

View Source

Specs

start_link(
  module(),
  String.t(),
  String.t() | charlist(),
  String.t() | pos_integer(),
  Keyword.t()
) :: {:ok, pid()}