Class ReactiveInfoAggregator

java.lang.Object
io.micronaut.management.endpoint.info.impl.ReactiveInfoAggregator
All Implemented Interfaces:
InfoAggregator<Map<String,Object>>

@Singleton @Requires(beans=InfoEndpoint.class) public class ReactiveInfoAggregator extends Object implements InfoAggregator<Map<String,Object>>

Default implementation of InfoAggregator.

Since:
1.0
Author:
James Kleeh, Zachary Klein