public class ServerServiceDefinitionStores mapping of methods to server call handlers.
Normally, the ServerServiceDefinition objects will be created by the BindService factory method
that is part of the autogenerated code for a protocol buffers service definition.
Namespace
Grpc.CoreAssembly
Grpc.Core.Api.dll
Methods
CreateBuilder()
public static ServerServiceDefinition.Builder CreateBuilder()Creates a new builder object for ServerServiceDefinition.
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinitionBuilder |
The builder object. |