grpc.types.any
Modules
Module grpc.types.any
API
Definitions
This module provides APIs to represent google.protobuf.Any type as a stream.
google.protobuf.Any
Represents a stream of Any data.
Initialize the stream.
init (stream<anydata, Error?> anydataStream)
function next() returns record {| value Any |}|Error?
Retrieve the next value of the stream.
function close() returns Error?
Close the stream.
Import
import ballerina/grpc.types.any;
Metadata
Released date: about 2 months ago
Version: 1.10.9
License: Apache-2.0
Compatibility
Platform: java17
Ballerina version: 2201.8.0
GraalVM compatible: Yes
Pull count
Total: 46507
Current verison: 937
Weekly downloads
Source repository
Keywords
network
grpc
protobuf
server-streaming
client-streaming
bidirectional-streaming
Contributors
Other versions
Dependencies