TransportConfigurationParser

A transport configuration parser. This interface is intended to be implemented by a transport configuration parser, for example HTTP. It is used to parse the configuration body into a specific TransportConfiguration.

Properties

Link copied to clipboard
abstract val transportName: String

The name of the transport, used to identify it in the configuration

Functions

Link copied to clipboard

Parses the configuration and returns the configuration object