proxygen
wangle::EchoService Class Reference
Inheritance diagram for wangle::EchoService:
wangle::Service< std::string, std::string >

Public Member Functions

Future< std::stringoperator() (std::string req) override
 
- Public Member Functions inherited from wangle::Service< std::string, std::string >
virtual ~Service ()=default
 
virtual folly::Future< folly::Unitclose ()
 
virtual bool isAvailable ()
 

Detailed Description

Definition at line 45 of file ServiceTest.cpp.

Member Function Documentation

Future<std::string> wangle::EchoService::operator() ( std::string  req)
inlineoverridevirtual

Implements wangle::Service< std::string, std::string >.

Definition at line 47 of file ServiceTest.cpp.

47 { return req; }

The documentation for this class was generated from the following file: