Chronicle. Connections. ConnectionString. ServerAddress
(cratis_chronicle v0.0.5)
Copy Markdown
View Source
Represents a Chronicle server address with host and port.
Summary
Types
@type t() :: %Chronicle.Connections.ConnectionString.ServerAddress{ host: String.t() | nil, port: non_neg_integer() | nil }