GrpcServerConfiguration
Available in a dev version: 0․11․0-grpc-186
How to configure
A configuration class for setting up a gRPC server.
This class provides an API to configure various server parameters, such as message marshallers, security credentials, server-side interceptors, and service registration.
Properties
Sets the credentials to be used by the gRPC server for secure communication.
Sets a custom GrpcHandlerRegistry to be used by the gRPC server for resolving service implementations that were not registered before via the services configuration block.
Sets a custom GrpcMarshallerResolver to be used by the gRPC server for resolving the appropriate marshaller for message serialization and deserialization.
Functions
Registers one or more server-side interceptors for the gRPC server.
Configures and creates TLS (Transport Layer Security) credentials for the gRPC server.