Module aggregator_client

Source
👎Deprecated since 0.12.33: Will be removed soon
Expand description

Mechanisms to exchange data with an Aggregator.

The AggregatorClient trait abstracts how the communication with an Aggregator is done. The clients that need to communicate only need to define their request using the AggregatorRequest enum.

An implementation using HTTP is available: AggregatorHTTPClient.

Structs§

AggregatorHTTPClientDeprecated
Responsible for HTTP transport and API version check.

Enums§

AggregatorClientErrorDeprecated
Error tied with the Aggregator client
AggregatorRequestDeprecated
What can be read from an AggregatorClient.

Traits§

AggregatorClientDeprecated
API that defines a client for the Aggregator