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

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

Summary

Types

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

Functions