class ContextAllocator
Defined at line 662 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_context.h
A CallbackServerContext allows users to use the contents of the
CallbackServerContext or GenericCallbackServerContext structure for the
callback API.
The library will invoke the allocator any time a new call is initiated.
and call the Release method after the server OnDone.
Public Methods
void ~ContextAllocator ()
Defined at line 664 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_context.h
CallbackServerContext * NewCallbackServerContext ()
Defined at line 666 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_context.h
GenericCallbackServerContext * NewGenericCallbackServerContext ()
Defined at line 668 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_context.h
void Release (CallbackServerContext * )
Defined at line 672 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_context.h
void Release (GenericCallbackServerContext * )
Defined at line 674 of file ../../third_party/grpc-migrating/src/include/grpcpp/server_context.h