io.firebus.interfaces.StreamRequestor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of firebus-core Show documentation
Show all versions of firebus-core Show documentation
Firebus core functionality
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