events

@JvmName(name = "getDurableExecutionHistoryResponseEvent")
fun Flow<GetDurableExecutionHistoryResponse>.events(): Flow<Event>

This paginator transforms the flow returned by getDurableExecutionHistoryPaginated to access the nested member Event

Return

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