Uses of Class
org.springframework.integration.r2dbc.inbound.R2dbcMessageSource.SelectCreator
Package
Description
Provides classes for supporting Java DSL for R2DBC components.
-
Uses of R2dbcMessageSource.SelectCreator in org.springframework.integration.r2dbc.dsl
Modifier and TypeMethodDescriptionstatic R2dbcMessageSourceSpec
R2dbc.inboundChannelAdapter
(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, Function<R2dbcMessageSource.SelectCreator, org.springframework.data.r2dbc.core.StatementMapper.SelectSpec> selectFunction) Create an instance ofR2dbcMessageSourceSpec
for the providedR2dbcEntityOperations
and function to create aStatementMapper.SelectSpec
instance.