Package io.inugami.api.providers
Interface Aggregator
-
public interface AggregatorIn Inugami, a lot of events are managed. Each event retrieves information from a provider. Inugami has two event types:- simple event : which only one query for a provider
- composite : which multi queries on multi providers. However, to ensure coherent data, an Aggregator is required to aggreate results form each provider.
- Since:
- 29 mai 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderFutureResultaggregate(List<ProviderFutureResult> data)
-
-
-
Method Detail
-
aggregate
ProviderFutureResult aggregate(List<ProviderFutureResult> data) throws ProviderException
- Throws:
ProviderException
-
-