class ServerCallbackUnary

Defined at line 200 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

NOTE: The actual call/stream object classes are provided as API only to

support mocking. There are no implementations of these class interfaces in

the API.

Public Methods

void Finish (grpc::Status s)
void SendInitialMetadata ()
void ~ServerCallbackUnary ()

Defined at line 202 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

Protected Methods

template <class Reactor>
void BindReactor (Reactor * reactor)

Use a template rather than explicitly specifying ServerUnaryReactor to

delay binding and avoid a circular forward declaration issue

Defined at line 210 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h