Uses of Interface
org.axonframework.update.UpdateCheckerReporter
Packages that use UpdateCheckerReporter
-
Uses of UpdateCheckerReporter in org.axonframework.update
Classes in org.axonframework.update that implement UpdateCheckerReporterModifier and TypeClassDescriptionclassAnUpdateCheckerReporterimplementation that logs the results of the update check.Constructors in org.axonframework.update with parameters of type UpdateCheckerReporterModifierConstructorDescriptionUpdateChecker(UpdateCheckerHttpClient client, UpdateCheckerReporter reporter, UsagePropertyProvider usagePropertyProvider) Creates a new instance ofUpdateCheckTaskwith the givenUpdateCheckerHttpClientandUsagePropertyProvider.