GRPC C++
1.36.1
|
A CallbackServerContext allows users to use the contents of the CallbackServerContext or GenericCallbackServerContext structure for the callback API. More...
#include <server_context.h>
Public Member Functions | |
virtual | ~ContextAllocator () |
virtual CallbackServerContext * | NewCallbackServerContext () |
virtual experimental::GenericCallbackServerContext * | NewGenericCallbackServerContext () |
virtual void | Release (CallbackServerContext *) |
virtual void | Release (experimental::GenericCallbackServerContext *) |
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.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |