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

io.firebus.interfaces.StreamRequestor Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package io.firebus.interfaces;

import io.firebus.StreamEndpoint;
import io.firebus.exceptions.FunctionErrorException;

public interface StreamRequestor 
{
	public void initiateCallback(StreamEndpoint stream);

	public void initiateErrorCallback(FunctionErrorException e);

	public void initiateTimeout();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy