Standard library
grpc.types.any
Modules
Module grpc.types.any
ballerina/grpc.types.any
1.0.1
Classes
grpc.types.any: AnyStream
Represents a stream of Any data.
next
Isolated Function
Retrieve the next value of the stream.
close
Isolated Function
function close() returns Error?
Close the stream.
Return Type
- Error? - Returns an error if failed to close the stream