T
- The typepublic 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
Modifier and Type | Method and Description |
---|---|
Publisher<T> |
aggregate(InfoSource[] sources)
Aggregate an array of
InfoSource and return a publisher. |
Publisher<T> aggregate(InfoSource[] sources)
InfoSource
and return a publisher.sources
- an array of InfoSourcesPublisher
of T