proxygen
|
#include <BroadcastPool.h>
Public Member Functions | |
virtual | ~ServerPool () |
virtual folly::Future< P * > | connect (BaseClientBootstrap< P > *client, const R &routingData) noexcept=0 |
Definition at line 29 of file BroadcastPool.h.
|
inlinevirtual |
Definition at line 31 of file BroadcastPool.h.
|
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().