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

com.signalfuse.metrics.connection.DataPointReceiverFactory Maven / Gradle / Ivy

package com.signalfuse.metrics.connection;

/**
 * A factory that creates connections to datapoint given an endpoint to connect to.
 * 
 * @author jack
 */
public interface DataPointReceiverFactory {
    /**
     * Create connection to datapoint.
     */
    DataPointReceiver createDataPointReceiver();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy