Uses of Class
org.axonframework.updates.UpdateCheckerHttpClient
Packages that use UpdateCheckerHttpClient
-
Uses of UpdateCheckerHttpClient in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return UpdateCheckerHttpClientModifier and TypeMethodDescriptionUpdateCheckerAutoConfiguration.updateCheckerHttpClient(UsagePropertyProvider usagePropertyProvider) Methods in org.axonframework.springboot.autoconfig with parameters of type UpdateCheckerHttpClientModifier and TypeMethodDescriptionUpdateCheckerAutoConfiguration.updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient, UpdateCheckerReporter updateCheckerReporter, UsagePropertyProvider usagePropertyProvider) -
Uses of UpdateCheckerHttpClient in org.axonframework.updates
Constructors in org.axonframework.updates with parameters of type UpdateCheckerHttpClientModifierConstructorDescriptionUpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider) Creates a new instance ofUpdateCheckTaskwith the givenUpdateCheckerHttpClientandUsagePropertyProvider.UpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider, ScheduledExecutorService executor)