# `Chronicle.Connections.ConnectionString.ServerAddress`
[🔗](https://github.com/Cratis/Chronicle.Elixir/blob/main/lib/chronicle/connections/connection_string.ex#L45)

Represents a Chronicle server address with host and port.

# `t`

```elixir
@type t() :: %Chronicle.Connections.ConnectionString.ServerAddress{
  host: String.t() | nil,
  port: non_neg_integer() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
