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

com.mantledillusion.metrics.trail.MetricsWebFacade Maven / Gradle / Ivy

package com.mantledillusion.metrics.trail;

import com.mantledillusion.metrics.trail.api.web.WebMetricRequest;

/**
 * Interface for types that are able to deliver {@link WebMetricRequest}s per
 * web service.
 */
public interface MetricsWebFacade {

	/**
	 * Transfers the given request by web service.
	 * 
	 * @param request The request to transfer; might not be null.
	 * @throws Exception Any kind of array that might be caused by the transfer.
	 */
	void transfer(WebMetricRequest request) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy