Skip to content

Commit

Permalink
added end partiotion session event declaration (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-shchetinin authored Sep 6, 2024
1 parent 5b7141a commit 1f507ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ydb-cpp-sdk/client/topic/read_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ void TPrintable<TReadSessionEvent::TPartitionSessionStatusEvent>::DebugString(TS
template<>
void TPrintable<TReadSessionEvent::TPartitionSessionClosedEvent>::DebugString(TStringBuilder& ret, bool printData) const;
template<>
void TPrintable<TReadSessionEvent::TEndPartitionSessionEvent>::DebugString(TStringBuilder& ret, bool printData) const;
template<>
void TPrintable<TSessionClosedEvent>::DebugString(TStringBuilder& ret, bool printData) const;

std::string DebugString(const TReadSessionEvent::TEvent& event);
Expand Down

0 comments on commit 1f507ce

Please sign in to comment.