26#ifndef ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_STMT_CLOSE_FORWARDER_H_
27#define ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_STMT_CLOSE_FORWARDER_H_
33 using ForwardingProcessor::ForwardingProcessor;
a processor base class with helper functions.
Definition: forwarding_processor.h:38
Definition: classic_stmt_close_forwarder.h:31
Stage stage_
Definition: classic_stmt_close_forwarder.h:50
void stage(Stage stage)
Definition: classic_stmt_close_forwarder.h:42
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_stmt_close_forwarder.cc:82
stdx::expected< Result, std::error_code > process() override
Definition: classic_stmt_close_forwarder.cc:33
stdx::expected< Result, std::error_code > command()
Definition: classic_stmt_close_forwarder.cc:45
Stage
Definition: classic_stmt_close_forwarder.h:35
Stage stage() const
Definition: classic_stmt_close_forwarder.h:43
Definition: expected.h:286