
com.wavefront.sdk.common.clients.service.ReportAPI Maven / Gradle / Ivy
package com.wavefront.sdk.common.clients.service;
import java.io.IOException;
import java.io.InputStream;
/**
* The API for reporting points to Proxy or Direct Data Ingestion
*
* @author Mike McMahon ([email protected])
*/
public interface ReportAPI {
int send(String format, InputStream stream);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy