26#ifndef ROUTING_CLASSIC_RESET_CONNECTION_SENDER_INCLUDED
27#define ROUTING_CLASSIC_RESET_CONNECTION_SENDER_INCLUDED
Definition: classic_connection_base.h:56
a processor base class with helper functions.
Definition: processor.h:91
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:56
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:54
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:57
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