We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4c2d37 + 74a5fcd commit 74ed927Copy full SHA for 74ed927
ydb/topic.py
@@ -11,6 +11,7 @@
11
"TopicMeteringMode",
12
"TopicReader",
13
"TopicReaderAsyncIO",
14
+ "TopicReaderMessage",
15
"TopicReaderSelector",
16
"TopicReaderSettings",
17
"TopicReaderPartitionExpiredError",
@@ -32,6 +33,8 @@
32
33
34
from . import driver
35
36
+from ._topic_reader.datatypes import PublicMessage as TopicReaderMessage
37
+
38
from ._topic_reader.topic_reader import (
39
PublicReaderSettings as TopicReaderSettings,
40
PublicTopicSelector as TopicReaderSelector,
0 commit comments