Class UpdateCheckerAutoConfiguration
java.lang.Object
org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration
@EnableConfigurationProperties(UpdateCheckConfiguration.class)
@AutoConfiguration
public class UpdateCheckerAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionupdateChecker(UpdateCheckerHttpClient updateCheckerHttpClient, UpdateCheckerReporter updateCheckerReporter, UsagePropertyProvider usagePropertyProvider) updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider) usagePropertyProvider(UpdateCheckConfiguration updateCheckConfiguration)
-
Constructor Details
-
UpdateCheckerAutoConfiguration
public UpdateCheckerAutoConfiguration()
-
-
Method Details
-
usagePropertyProvider
@Bean @ConditionalOnMissingBean @Conditional(org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.NotTestEnvironmentCondition.class) public UsagePropertyProvider usagePropertyProvider(UpdateCheckConfiguration updateCheckConfiguration) -
updateCheckerHttpClient
@Bean @ConditionalOnMissingBean @Conditional(org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.NotTestEnvironmentCondition.class) public UpdateCheckerHttpClient updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider) -
updateCheckerReporter
@Bean @ConditionalOnMissingBean @Conditional(org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.NotTestEnvironmentCondition.class) public UpdateCheckerReporter updateCheckerReporter() -
updateChecker
@Bean @ConditionalOnMissingBean @Conditional(org.axonframework.springboot.autoconfig.UpdateCheckerAutoConfiguration.NotTestEnvironmentCondition.class) public UpdateChecker updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient, UpdateCheckerReporter updateCheckerReporter, UsagePropertyProvider usagePropertyProvider)
-