grpc.types.duration
Modules
Module grpc.types.duration
API
Definitions
Represents a stream of durations.
Initialize the stream.
init (stream<anydata, Error?> anydataStream)
function next() returns record {| value Seconds |}|Error?
Retrieve the next value of the stream.
function close() returns Error?
Close the stream.
Import
import ballerina/grpc.types.duration;
Metadata
Released date: 5 months ago
Version: 1.13.0
License: Apache-2.0
Compatibility
Platform: java21
Ballerina version: 2201.11.0
GraalVM compatible: Yes
Pull count
Total: 23
Current verison: 0
Weekly downloads
Source repository
Keywords
network
grpc
protobuf
server-streaming
client-streaming
bidirectional-streaming
Contributors
Other versions
1.13.0
Dependencies