Module Values.ConnectionDetailsSource

Egress address of AgentEndpoint with an optional mtu.

Sourcetype nonrec t = {
  1. socketAddress : SocketAddress.t;
    (*

    A socket address.

    *)
  2. mtu : Integer.t option;
    (*

    Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

    *)
}
Sourceval context_ : string
Sourceval make : ?mtu:??? -> socketAddress:SocketAddress.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t