@Configuration
public class ApplicationStatusAggregatorConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
ApplicationStatusAggregatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationStatusAggregator |
applicationStatusAggregator(ApplicationInfo applicationInfo,
VersionInfo versionInfo,
SystemInfo systemInfo,
TeamInfo teamInfo)
By default, a CachedApplicationStatusAggregator is used.
|
public ApplicationStatusAggregatorConfiguration()
@Bean @ConditionalOnMissingBean(value=ApplicationStatusAggregator.class) public ApplicationStatusAggregator applicationStatusAggregator(ApplicationInfo applicationInfo, VersionInfo versionInfo, SystemInfo systemInfo, TeamInfo teamInfo)
Scheduler every now and then.applicationInfo - Information about the applicationversionInfo - Information about the application's versionsystemInfo - Information about the systemteamInfo - Information about the team responsible for this application