@AutoConfiguration public class UpdateCheckerAutoConfiguration extends Object
Constructor and Description |
---|
UpdateCheckerAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
UpdateChecker |
updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient,
UpdateCheckerReporter updateCheckerReporter) |
UpdateCheckerHttpClient |
updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider) |
UpdateCheckerReporter |
updateCheckerReporter() |
UsagePropertyProvider |
usagePropertyProvider() |
@Bean @ConditionalOnMissingBean @Conditional(value=org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.TestEnvironmentCondition.class) public UsagePropertyProvider usagePropertyProvider()
@Bean @ConditionalOnMissingBean @Conditional(value=org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.TestEnvironmentCondition.class) public UpdateCheckerHttpClient updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider)
@Bean @ConditionalOnMissingBean @Conditional(value=org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.TestEnvironmentCondition.class) public UpdateCheckerReporter updateCheckerReporter()
@Bean @ConditionalOnMissingBean @Conditional(value=org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.TestEnvironmentCondition.class) public UpdateChecker updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient, UpdateCheckerReporter updateCheckerReporter)
Copyright © 2010–2025. All rights reserved.