/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/inheritance/src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #pragma once #include #include "thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNodeAsyncClient.h" #include "thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_types.h" #if __has_include("thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot.h") #include "thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot.h" #else #include "thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_handlers.h" #endif namespace folly { class IOBuf; class IOBufQueue; } namespace apache { namespace thrift { class Cpp2RequestContext; class BinaryProtocolReader; class CompactProtocolReader; namespace transport { class THeader; } }} namespace cpp2 { class MyNode; class MyNodeAsyncProcessor; class MyNodeServiceInfoHolder : public apache::thrift::ServiceInfoHolder { public: apache::thrift::ServiceRequestInfoMap const& requestInfoMap() const override; static apache::thrift::ServiceRequestInfoMap staticRequestInfoMap(); }; } // namespace cpp2 namespace apache::thrift { template <> class ServiceHandler<::cpp2::MyNode> : virtual public ::cpp2::MyRootSvIf { public: std::string_view getGeneratedName() const override { return "MyNode"; } typedef ::cpp2::MyNodeAsyncProcessor ProcessorType; std::unique_ptr getProcessor() override; CreateMethodMetadataResult createMethodMetadata() override; private: std::optional> getServiceRequestInfoMap() const; public: virtual void sync_do_mid(); [[deprecated("Use sync_do_mid instead")]] virtual void do_mid(); virtual folly::Future future_do_mid(); virtual folly::SemiFuture semifuture_do_mid(); #if FOLLY_HAS_COROUTINES virtual folly::coro::Task co_do_mid(); virtual folly::coro::Task co_do_mid(apache::thrift::RequestParams params); #endif virtual void async_tm_do_mid(apache::thrift::HandlerCallbackPtr callback); private: static ::cpp2::MyNodeServiceInfoHolder __fbthrift_serviceInfoHolder; std::atomic __fbthrift_invocation_do_mid{apache::thrift::detail::si::InvocationType::AsyncTm}; }; } // namespace apache::thrift namespace cpp2 { using MyNodeSvIf [[deprecated("Use apache::thrift::ServiceHandler instead")]] = ::apache::thrift::ServiceHandler; } // namespace cpp2 namespace cpp2 { class MyNodeSvNull : public ::apache::thrift::ServiceHandler, virtual public ::apache::thrift::ServiceHandler<::cpp2::MyRoot> { public: void do_mid() override; }; class MyNodeAsyncProcessor : public ::cpp2::MyRootAsyncProcessor { public: const char* getServiceName() override; void getServiceMetadata(apache::thrift::metadata::ThriftServiceMetadataResponse& response) override; using BaseAsyncProcessor = ::cpp2::MyRootAsyncProcessor; protected: ::apache::thrift::ServiceHandler<::cpp2::MyNode>* iface_; public: void processSerializedCompressedRequestWithMetadata(apache::thrift::ResponseChannelRequest::UniquePtr req, apache::thrift::SerializedCompressedRequest&& serializedRequest, const apache::thrift::AsyncProcessorFactory::MethodMetadata& methodMetadata, apache::thrift::protocol::PROTOCOL_TYPES protType, apache::thrift::Cpp2RequestContext* context, folly::EventBase* eb, apache::thrift::concurrency::ThreadManager* tm) override; void executeRequest(apache::thrift::ServerRequest&& serverRequest, const apache::thrift::AsyncProcessorFactory::MethodMetadata& methodMetadata) override; public: using ProcessFuncs = GeneratedAsyncProcessorBase::ProcessFuncs; using ProcessMap = GeneratedAsyncProcessorBase::ProcessMap; static const MyNodeAsyncProcessor::ProcessMap& getOwnProcessMap(); private: static const MyNodeAsyncProcessor::ProcessMap kOwnProcessMap_; private: template void setUpAndProcess_do_mid(apache::thrift::ResponseChannelRequest::UniquePtr req, apache::thrift::SerializedCompressedRequest&& serializedRequest, apache::thrift::Cpp2RequestContext* ctx, folly::EventBase* eb, apache::thrift::concurrency::ThreadManager* tm); template void executeRequest_do_mid(apache::thrift::ServerRequest&& serverRequest); template static apache::thrift::SerializedResponse return_do_mid(apache::thrift::ContextStack* ctx); template static void throw_wrapped_do_mid(apache::thrift::ResponseChannelRequest::UniquePtr req,int32_t protoSeqId,apache::thrift::ContextStack* ctx,folly::exception_wrapper ew,apache::thrift::Cpp2RequestContext* reqCtx); public: MyNodeAsyncProcessor(::apache::thrift::ServiceHandler<::cpp2::MyNode>* iface) : ::cpp2::MyRootAsyncProcessor(iface), iface_(iface) {} ~MyNodeAsyncProcessor() override {} }; } // namespace cpp2