events

@JvmName(name = "getExecutionHistoryResponseHistoryEvent")
fun Flow<GetExecutionHistoryResponse>.events(): Flow<HistoryEvent>

This paginator transforms the flow returned by getExecutionHistoryPaginated to access the nested member HistoryEvent

Return

A kotlinx.coroutines.flow.Flow that can collect HistoryEvent