Uses of Interface
org.axonframework.updates.UpdateCheckerReporter
Packages that use UpdateCheckerReporter
-
Uses of UpdateCheckerReporter in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return UpdateCheckerReporterMethods in org.axonframework.springboot.autoconfig with parameters of type UpdateCheckerReporterModifier and TypeMethodDescriptionUpdateCheckerAutoConfiguration.updateChecker(UpdateCheckerHttpClient updateCheckerHttpClient, UpdateCheckerReporter updateCheckerReporter, UsagePropertyProvider usagePropertyProvider) -
Uses of UpdateCheckerReporter in org.axonframework.updates
Classes in org.axonframework.updates that implement UpdateCheckerReporterModifier and TypeClassDescriptionclassAnUpdateCheckerReporterimplementation that logs the results of the update check.Constructors in org.axonframework.updates with parameters of type UpdateCheckerReporterModifierConstructorDescriptionUpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider) Creates a new instance ofUpdateCheckTaskwith the givenUpdateCheckerHttpClientandUsagePropertyProvider.UpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider, ScheduledExecutorService executor)