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§

Enums§

Traits§