events

@JvmName(name = "getWorkflowExecutionHistoryResponseHistoryEvent")
fun Flow<GetWorkflowExecutionHistoryResponse>.events(): Flow<HistoryEvent>

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

Return

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


@JvmName(name = "pollForDecisionTaskResponseHistoryEvent")
fun Flow<PollForDecisionTaskResponse>.events(): Flow<HistoryEvent>

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

Return

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