Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listBrokersResponseBrokerSummary")
fun Flow<ListBrokersResponse>.brokerSummaries(): Flow<BrokerSummary>

This paginator transforms the flow returned by listBrokersPaginated to access the nested member BrokerSummary

Link copied to clipboard
fun MqClient.listBrokersPaginated(initialRequest: ListBrokersRequest = ListBrokersRequest { }): Flow<ListBrokersResponse>

Paginate over ListBrokersResponse results.