Interface InfoAggregator<T>
- Type Parameters:
T
- The type
- All Known Implementing Classes:
ReactiveInfoAggregator
public interface InfoAggregator<T>
Aggregates all registered info sources into a single response.
In case of conflicts, priority is set based on the order of info sources Ordered
- Since:
- 1.0
- Author:
- Zachary Klein
-
Method Summary
Modifier and TypeMethodDescriptionaggregate
(InfoSource[] sources) Aggregate an array ofInfoSource
and return a publisher.
-
Method Details
-
aggregate
Aggregate an array ofInfoSource
and return a publisher.- Parameters:
sources
- an array of InfoSources- Returns:
- A
Publisher
ofT
-