Ballerina library
grpc.types.struct
Modules
Module grpc.types.struct
Definitions

ballerina/grpc.types.struct Ballerina library
1.13.1
Classes
grpc.types.struct: StructStream
Represents a stream of structs.
next
Isolated Function
Retrieve the next value of the stream.
Return Type
close
Isolated Function
function close() returns Error?
Close the stream.
Return Type
- Error? - Returns an error if failed to close the stream
Import
import ballerina/grpc.types.struct;
Metadata
Released date: about 1 month ago
Version: 1.13.1
License: Apache-2.0
Compatibility
Platform: java21
Ballerina version: 2201.11.0
GraalVM compatible: Yes
Pull count
Total: 51635
Current verison: 24
Weekly downloads
Keywords
network
grpc
protobuf
server-streaming
client-streaming
bidirectional-streaming
Contributors