![JAR search and dependency download from the Maven repository](/logo.png)
io.descoped.dc.api.content.ContentStreamConsumer Maven / Gradle / Ivy
The newest version!
package io.descoped.dc.api.content;
import java.util.concurrent.TimeUnit;
public interface ContentStreamConsumer extends AutoCloseable {
String topic();
ContentStreamBuffer receive(int timeout, TimeUnit unit) throws InterruptedException, ClosedContentStreamException;
void seek(long timestamp);
boolean isClosed();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy