mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #450 from mvaldesdeleon/patch-1
Replaces `string` type with actual possible values
This commit is contained in:
commit
bbddf3d103
@ -802,7 +802,7 @@ Server.prototype.start = function() {
|
||||
* request values and returns a stream of response values
|
||||
* @param {grpc~serialize} serialize Serialization function for responses
|
||||
* @param {grpc~deserialize} deserialize Deserialization function for requests
|
||||
* @param {string} type The streaming type of method that this handles
|
||||
* @param {('unary'|'client_stream'|'server_stream'|'bidi')} type The streaming type of method that this handles
|
||||
* @return {boolean} True if the handler was set. False if a handler was already
|
||||
* set for that name.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user