tech.ydb.topic.impl.Session Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-topic Show documentation
Show all versions of ydb-sdk-topic Show documentation
Topic client implementation
package tech.ydb.topic.impl;
/**
* @author Nikolay Perfilov
*/
public interface Session {
void startAndInitialize();
boolean shutdown();
}