Uses of Class
org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
Packages that use JdbcStoredProcOutboundGatewaySpec
-
Uses of JdbcStoredProcOutboundGatewaySpec in org.springframework.integration.jdbc.dsl
Methods in org.springframework.integration.jdbc.dsl that return JdbcStoredProcOutboundGatewaySpecModifier and TypeMethodDescriptionJdbcStoredProcOutboundGatewaySpec.configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallbackJdbcStoredProcOutboundGatewaySpec.expectSingleResult(boolean expectSingleResult) JdbcStoredProcOutboundGatewaySpec.requiresReply(boolean requiresReply) Jdbc.storedProcOutboundGateway(DataSource dataSource) The factory to produce aJdbcStoredProcOutboundGatewaySpec.Jdbc.storedProcOutboundGateway(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcOutboundGatewaySpec.