io.firebus.interfaces.StreamHandler 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.Payload;
import io.firebus.StreamEndpoint;
public interface StreamHandler extends BusFunction
{
public void receiveStreamData(Payload payload, StreamEndpoint streamEndpoint);
public void streamClosed(StreamEndpoint streamEndpoint);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy