
sf.r2dbc.sql.R2dbcResultSetCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.r2dbc.sql;
import io.r2dbc.spi.Result;
import reactor.core.publisher.Flux;
/**
* 结果集回调处理
*/
public interface R2dbcResultSetCallback {
/**
* @param resultFlux
* @return
*/
Flux callback(Flux resultFlux);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy