Class AnalyticsClient

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public final class AnalyticsClient
    extends Object
    implements Closeable
    Algolia's REST analytics client that wraps an instance of the transporter HttpTransport which wraps the HTTP Client This client allows to build typed requests and read typed responses. Requests are made under the Algolia's retry-strategy. This client is intended to be reused and it's thread-safe.
    See Also:
    Algolia.com