View Source Ravix.Connection.ServerNode.Settings (ravix v0.9.2)

  • http_client_name: Name of the Finch http client to use with this node,

Link to this section Summary

Link to this section Types

@type t() :: %Ravix.Connection.ServerNode.Settings{
  http_client_name: atom(),
  retry_on_stale: boolean()
}

Link to this section Functions