Package | Description |
---|---|
org.axonframework.updates | |
org.axonframework.updates.api |
Modifier and Type | Method and Description |
---|---|
Optional<UpdateCheckResponse> |
UpdateCheckerHttpClient.sendRequest(UpdateCheckRequest updateCheckRequest,
boolean firstRequest)
Sends a usage request to the AxonIQ servers.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateCheckerReporter.report(UpdateCheckRequest request,
UpdateCheckResponse response)
Reports the given
response of the update checker to the user. |
void |
LoggingUpdateCheckerReporter.report(UpdateCheckRequest request,
UpdateCheckResponse updateCheckResponse) |
Modifier and Type | Method and Description |
---|---|
static UpdateCheckResponse |
UpdateCheckResponse.fromRequest(String body)
Parses the response body from the anonymous usage reporter into a
UsageResponse object. |
Copyright © 2010–2025. All rights reserved.