proxygen
|
Public Member Functions | |
IntToStringFilter (std::shared_ptr< Service< std::string, std::string >> service) | |
Future< int > | operator() (int req) override |
Public Member Functions inherited from wangle::ServiceFilter< int, int, std::string, std::string > | |
ServiceFilter (std::shared_ptr< Service< std::string, std::string >> service) | |
~ServiceFilter () override=default | |
folly::Future< folly::Unit > | close () override |
bool | isAvailable () override |
Public Member Functions inherited from wangle::Service< int, int > | |
virtual | ~Service ()=default |
Additional Inherited Members | |
Protected Attributes inherited from wangle::ServiceFilter< int, int, std::string, std::string > | |
std::shared_ptr< Service< std::string, std::string > > | service_ |
Definition at line 152 of file ServiceTest.cpp.
|
inlineexplicit |
Definition at line 155 of file ServiceTest.cpp.
|
inlineoverridevirtual |
Implements wangle::Service< int, int >.
Definition at line 159 of file ServiceTest.cpp.
References string.