MOQX.Protocol.TransportSpec (moqx v0.10.0)

Copy Markdown View Source

Transport requirements selected by a concrete protocol implementation.

The connection runtime translates this value into calls to MOQX.Transport; the transport layer does not interpret protocol names.

Summary

Types

t()

@type t() :: %MOQX.Protocol.TransportSpec{
  alpn: binary(),
  connect_options: keyword(),
  required_capabilities: MapSet.t(atom())
}