26#ifndef ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_SET_OPTION_SENDER_H_
27#define ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_SET_OPTION_SENDER_H_
Definition: classic_connection_base.h:57
a processor base class with helper functions.
Definition: processor.h:109
Definition: classic_set_option_sender.h:31
void stage(Stage stage)
Definition: classic_set_option_sender.h:46
Stage
Definition: classic_set_option_sender.h:36
stdx::expected< Result, std::error_code > command()
Definition: classic_set_option_sender.cc:55
stdx::expected< Result, std::error_code > response()
Definition: classic_set_option_sender.cc:75
uint16_t option_
Definition: classic_set_option_sender.h:59
stdx::expected< Result, std::error_code > error()
Definition: classic_set_option_sender.cc:149
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_set_option_sender.cc:166
Stage stage_
Definition: classic_set_option_sender.h:57
Stage stage() const
Definition: classic_set_option_sender.h:47
stdx::expected< Result, std::error_code > process() override
Definition: classic_set_option_sender.cc:38
SetOptionSender(MysqlRoutingClassicConnectionBase *conn, uint16_t option)
Definition: classic_set_option_sender.h:33
stdx::expected< Result, std::error_code > eof()
Definition: classic_set_option_sender.cc:105
Definition: expected.h:286