#include <userver/ydb/topic_writer_types.hpp>
Provides the result of the message handling.
Definition at line 49 of file topic_writer_types.hpp.
Public Member Functions | |
| TopicWriteResult (TopicWriteStatus status) | |
| Constructs a write result. | |
| TopicWriteStatus | GetStatus () const |
|
explicit |
Constructs a write result.
| status | the status of the write operation |
|
inline |
Status of whether the message has been accepted for handling by the library. Note that this status does not reflect the result of the message processing by YDB itself.
Definition at line 70 of file topic_writer_types.hpp.