Global gRPC module.
Registers a ClientGrpc bound to the Rust controller engine and exposes GrpcService to the entire application without requiring re-imports.
ClientGrpc
GrpcService
Proto loader options:
keepCase: false
snake_case
camelCase
longs: Number
enums: Number
Algorithm
defaults: true
oneofs: false
Global gRPC module.
Registers a
ClientGrpcbound to the Rust controller engine and exposesGrpcServiceto the entire application without requiring re-imports.Proto loader options:
keepCase: false— proto-loader convertssnake_casefield names tocamelCase.longs: Number— 64-bit integers are decoded as JS numbers.enums: Number— enum values are kept as numbers (matches theAlgorithmTS enum).defaults: true— missing fields are initialized to their proto default values.oneofs: false— oneof fields are returned as plain optional properties.