proxygen
wangle::ServerPool< R, P > Class Template Referenceabstract

#include <BroadcastPool.h>

Public Member Functions

virtual ~ServerPool ()
 
virtual folly::Future< P * > connect (BaseClientBootstrap< P > *client, const R &routingData) noexcept=0
 

Detailed Description

template<typename R, typename P = DefaultPipeline>
class wangle::ServerPool< R, P >

Definition at line 29 of file BroadcastPool.h.

Constructor & Destructor Documentation

template<typename R, typename P = DefaultPipeline>
virtual wangle::ServerPool< R, P >::~ServerPool ( )
inlinevirtual

Definition at line 31 of file BroadcastPool.h.

31 {}

Member Function Documentation

template<typename R, typename P = DefaultPipeline>
virtual folly::Future<P*> wangle::ServerPool< R, P >::connect ( BaseClientBootstrap< P > *  client,
const R &  routingData 
)
pure virtualnoexcept

Kick off an upstream connect request given the BaseClientBootstrap when a broadcast is not available locally.

Implemented in SimpleServerPool, and wangle::MockServerPool.

Referenced by wangle::ServerPool< std::string >::~ServerPool().


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