Package org.axonframework.update
Class LoggingUpdateCheckerReporter
java.lang.Object
org.axonframework.update.LoggingUpdateCheckerReporter
- All Implemented Interfaces:
UpdateCheckerReporter
An
UpdateCheckerReporter implementation that logs the results of the update check.- Since:
- 5.0.0
- Author:
- Mitchell Herrijgers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreport(UpdateCheckRequest request, UpdateCheckResponse updateCheckResponse) Reports the givenresponseof the update checker to the user.
-
Constructor Details
-
LoggingUpdateCheckerReporter
public LoggingUpdateCheckerReporter()
-
-
Method Details
-
report
public void report(@Nonnull UpdateCheckRequest request, @Nonnull UpdateCheckResponse updateCheckResponse) Description copied from interface:UpdateCheckerReporterReports the givenresponseof the update checker to the user.- Specified by:
reportin interfaceUpdateCheckerReporter- Parameters:
request- The request that was made to the update checker.updateCheckResponse- The response to report.
-