@morojs/moro / GrpcCallback
Interface: GrpcCallback()<TResponse>
Defined in: src/core/grpc/types.ts:24
gRPC callback for unary and client streaming calls
Type Parameters
TResponse
TResponse = any
GrpcCallback(
error,response?):void
Defined in: src/core/grpc/types.ts:25
gRPC callback for unary and client streaming calls
Parameters
error
null | GrpcError
response?
TResponse
Returns
void