Uses of Class
org.springframework.integration.jdbc.dsl.JdbcStoredProcInboundChannelAdapterSpec
Packages that use JdbcStoredProcInboundChannelAdapterSpec
-
Uses of JdbcStoredProcInboundChannelAdapterSpec in org.springframework.integration.jdbc.dsl
Methods in org.springframework.integration.jdbc.dsl that return JdbcStoredProcInboundChannelAdapterSpecModifier and TypeMethodDescriptionJdbcStoredProcInboundChannelAdapterSpec.configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallbackJdbcStoredProcInboundChannelAdapterSpec.expectSingleResult(boolean expectSingleResult) Jdbc.storedProcInboundAdapter(DataSource dataSource) The factory to produce aJdbcStoredProcInboundChannelAdapterSpec.Jdbc.storedProcInboundAdapter(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcInboundChannelAdapterSpec.