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: almost 3 years ago
Version: 1.2.0
License: Apache-2.0
Compatibility
Platform: java11
Ballerina version: 2201.0.0
Pull count
Total: 46473
Current verison: 1
Weekly downloads
Source repository
Keywords
network
grpc
protobuf
server-streaming
client-streaming
bidirectional-streaming
Contributors
Other versions
Dependencies