Package org.axonframework.update
Interface UpdateCheckerReporter
- All Known Implementing Classes:
LoggingUpdateCheckerReporter
public interface UpdateCheckerReporter
Interface for reporting the response of the update checker to the user. Implementations of this interface should
handle how the response is communicated to the user.
- Since:
- 5.0.0
- Author:
- Mitchell Herrijgers
-
Method Summary
Modifier and TypeMethodDescriptionvoidreport(UpdateCheckRequest request, UpdateCheckResponse response) Reports the givenresponseof the update checker to the user.
-
Method Details
-
report
Reports the givenresponseof the update checker to the user.- Parameters:
request- The request that was made to the update checker.response- The response to report.
-