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

com.brsanthu.googleanalytics.GoogleAnalyticsExecutor Maven / Gradle / Ivy

package com.brsanthu.googleanalytics;

import java.util.concurrent.Future;

import com.brsanthu.googleanalytics.request.GoogleAnalyticsRequest;
import com.brsanthu.googleanalytics.request.GoogleAnalyticsResponse;

public interface GoogleAnalyticsExecutor {
    GoogleAnalyticsResponse post(GoogleAnalyticsRequest request);

    Future postAsync(GoogleAnalyticsRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy