userver: ydb::FederatedTopicClient Class Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ydb::FederatedTopicClient Class Referencefinal

#include <userver/ydb/federated_topic.hpp>

Detailed Description

YDB Federated Topic Client.

See also
https://ydb.tech/docs/en/concepts/topic

Definition at line 76 of file federated_topic.hpp.

Public Member Functions

FederatedTopicReadSession CreateReadSession (const NYdb::NFederatedTopic::TFederatedReadSessionSettings &settings)
 Create read session.
 
NYdb::NFederatedTopic::TFederatedTopicClient & GetNativeTopicClient ()
 

Member Function Documentation

◆ GetNativeTopicClient()

NYdb::NFederatedTopic::TFederatedTopicClient & ydb::FederatedTopicClient::GetNativeTopicClient ( )

Get native topic client

Warning
Use with care! Facilities from <core/include/userver/drivers/subscribable_futures.hpp> can help with non-blocking wait operations.

The documentation for this class was generated from the following file: