Skip to main content

ServerOptions

type ServerOptions: object;

Type declaration

channelOptions?

optional channelOptions: gRPC.ChannelOptions;

credentials

credentials: gRPC.ServerCredentials;

Server credentials to be used by the core gRPC Server

providers?

optional providers: object[];

Providers to be included in this server

services

services: ClassConstructor[];

Services to be included in this server

Defined in

libs/core/src/lib/types/server.types.ts:5