Skip to content

Interface: GrpcClientTransportConfig

nekte-protocol


nekte-protocol / client/src / GrpcClientTransportConfig

Interface: GrpcClientTransportConfig

Defined in: nekte-source/packages/client/src/grpc-transport.ts:33

Properties

endpoint

endpoint: string

Defined in: nekte-source/packages/client/src/grpc-transport.ts:35

gRPC server address (host:port)


protoPath?

optional protoPath?: string

Defined in: nekte-source/packages/client/src/grpc-transport.ts:37

Path to .proto file. Default: auto-resolved from @nekte/core