MCPcopy Create free account
hub / github.com/apache/thrift / getEventHandler

Method getEventHandler

lib/cpp/src/thrift/server/TServer.h:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 std::shared_ptr<TProtocolFactory> getOutputProtocolFactory() { return outputProtocolFactory_; }
123
124 std::shared_ptr<TServerEventHandler> getEventHandler() { return eventHandler_; }
125
126protected:
127 TServer(const std::shared_ptr<TProcessorFactory>& processorFactory)

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected