spring-framework / org.springframework.r2dbc.core / flow

flow

fun <T : Any> RowsFetchSpec<T>.flow(): Flow<T>

Coroutines Flow variant of RowsFetchSpec.all.

Author
Sebastien Deleuze