io.ray.streaming.api.stream.StreamSource Maven / Gradle / Ivy
package io.ray.streaming.api.stream;
/**
* A mark interface that represents a source of the Stream.
*
* @param The type of StreamSource data.
*/
public interface StreamSource {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy