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

io.continual.flowcontrol.jobapi.FlowControlJobConfig Maven / Gradle / Ivy

The newest version!
package io.continual.flowcontrol.jobapi;

import java.io.InputStream;

public interface FlowControlJobConfig
{
	/**
	 * Get the configuration data type
	 * @return a MIME data type
	 */
	String getDataType ();

	/**
	 * Return a stream of configuration data.
	 * @return an input stream for this configuration
	 */
	InputStream readConfiguration ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy