Server Properties |
The Server type exposes the following members.
| Name | Description | |
|---|---|---|
| Ports |
Ports on which the server will listen once started. Register a port with this
server by adding its definition to this collection.
| |
| RequestCallTokensPerCompletionQueue |
Experimental API. Might anytime change without prior notice.
Number or calls requested via grpc_server_request_call at any given time for each completion queue.
| |
| Services |
Services that will be exported by the server once started. Register a service with this
server by adding its definition to this collection.
| |
| ShutdownTask |
To allow awaiting termination of the server.
|