Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "getStreamResponseShard")
fun Flow<GetStreamResponse>.shards(): Flow<Shard>

This paginator transforms the flow returned by getStreamPaginated to access the nested member Shard

Link copied to clipboard
@JvmName(name = "listStreamsResponseStream")
fun Flow<ListStreamsResponse>.streams(): Flow<Stream>

This paginator transforms the flow returned by listStreamsPaginated to access the nested member Stream