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

ballerina/grpc.types.timestamp Ballerina library
1.13.1
Classes
grpc.types.timestamp: TimestampStream
Represents a stream of timestamps.
next
Isolated Function
function next() returns record {| value Utc |}|Error?
Retrieve the next value of the stream.
Return Type
- record {| value Utc |}|Error? - Returns the next value of the stream or else an error
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.timestamp;
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: 51661
Current verison: 24
Weekly downloads
Keywords
network
grpc
protobuf
server-streaming
client-streaming
bidirectional-streaming
Contributors