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

tech.ydb.topic.read.events.ReadEventHandler Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package tech.ydb.topic.read.events;

/**
 * @author Nikolay Perfilov
 */
public interface ReadEventHandler {

    void onMessages(DataReceivedEvent event);

    void onCommitResponse(CommitOffsetAcknowledgementEvent event);

    void onStartPartitionSession(StartPartitionSessionEvent event);

    void onStopPartitionSession(StopPartitionSessionEvent event);

    void onPartitionSessionClosed(PartitionSessionClosedEvent event);

    void onReaderClosed(ReaderClosedEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy