proxygen
|
#include <Service.h>
Public Member Functions | |
virtual folly::Future< std::shared_ptr< Service< Req, Resp > > > | operator() (std::shared_ptr< ClientBootstrap< Pipeline >> client)=0 |
virtual | ~ServiceFactory ()=default |
A factory that creates services, given a client. This lets you make RPC calls on the Service interface over a client's pipeline.
Clients can be reused after you are done using the service.
|
virtualdefault |
|
pure virtual |