Package org.dspace.matomo.client
package org.dspace.matomo.client
-
ClassDescriptionMatomoAbstractClient<C,
T, U> abstractclient for Matomo integrationMatomoAbstractClientimplementation that handles communication with the Matomo service by using async methods withCompletableFuture.This interface can be used to implement a HTTP client that will connect to the Matomo Tracking api.Simple synchronous client for Matomo that uses anCloseableHttpClientto send out requests.This class is aJSONSerializerthat will convert aMatomoBulkRequestinto a proper JSONThis class represents a customJSONDeserializerthat converts the JSON intoMatomoResponse.