26#ifndef ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_RESET_CONNECTION_SENDER_H_
27#define ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_RESET_CONNECTION_SENDER_H_
Definition: classic_connection_base.h:57
a processor base class with helper functions.
Definition: processor.h:109
Definition: classic_reset_connection_sender.h:31
stdx::expected< Result, std::error_code > ok()
Definition: classic_reset_connection_sender.cc:113
stdx::expected< Result, std::error_code > response()
Definition: classic_reset_connection_sender.cc:80
TraceEvent * parent_event_
Definition: classic_reset_connection_sender.h:58
stdx::expected< Result, std::error_code > command()
Definition: classic_reset_connection_sender.cc:55
stdx::expected< Result, std::error_code > process() override
Definition: classic_reset_connection_sender.cc:39
Stage stage_
Definition: classic_reset_connection_sender.h:56
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_reset_connection_sender.cc:146
Stage
Definition: classic_reset_connection_sender.h:37
Stage stage() const
Definition: classic_reset_connection_sender.h:47
TraceEvent * trace_event_command_
Definition: classic_reset_connection_sender.h:59
void stage(Stage stage)
Definition: classic_reset_connection_sender.h:46
ResetConnectionSender(MysqlRoutingClassicConnectionBase *conn, TraceEvent *parent_event)
Definition: classic_reset_connection_sender.h:33
Definition: expected.h:286
Definition: trace_span.h:35