Package org.springframework.r2dbc.core
Interface UpdatedRowsFetchSpec
- All Known Subinterfaces:
 FetchSpec<T>
public interface UpdatedRowsFetchSpec
Contract for fetching the number of affected rows.
- Since:
 - 5.3
 - Author:
 - Mark Paluch
 
- 
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Long>Get the number of updated rows. 
- 
Method Details
- 
rowsUpdated
reactor.core.publisher.Mono<Long> rowsUpdated()Get the number of updated rows.- Returns:
 - a Mono emitting the number of updated rows
 
 
 -