All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.axibase.tsd.client.ResponseDataExtractor Maven / Gradle / Ivy

Go to download

The ATSD Client for Java enables Java developers to easily read and write statistics and metadata from Axibase Time-Series Database. Build reporting, analytics, and alerting solutions with minimal effort.

There is a newer version: 1.1.0
Show newest version
package com.axibase.tsd.client;

import javax.ws.rs.core.Response;

public interface ResponseDataExtractor {

    T extract(Response response);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy