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.
1 parent 5b7141a commit 1f507ceCopy full SHA for 1f507ce
include/ydb-cpp-sdk/client/topic/read_events.h
@@ -426,6 +426,8 @@ void TPrintable<TReadSessionEvent::TPartitionSessionStatusEvent>::DebugString(TS
426
template<>
427
void TPrintable<TReadSessionEvent::TPartitionSessionClosedEvent>::DebugString(TStringBuilder& ret, bool printData) const;
428
429
+void TPrintable<TReadSessionEvent::TEndPartitionSessionEvent>::DebugString(TStringBuilder& ret, bool printData) const;
430
+template<>
431
void TPrintable<TSessionClosedEvent>::DebugString(TStringBuilder& ret, bool printData) const;
432
433
std::string DebugString(const TReadSessionEvent::TEvent& event);
0 commit comments