Class JdbcStoredProcOutboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<JdbcStoredProcOutboundGatewaySpec, StoredProcOutboundGateway>
org.springframework.integration.dsl.MessageHandlerSpec<JdbcStoredProcOutboundGatewaySpec, StoredProcOutboundGateway>
org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<StoredProcOutboundGateway>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.integration.dsl.ComponentsRegistration
public class JdbcStoredProcOutboundGatewaySpec
extends org.springframework.integration.dsl.MessageHandlerSpec<JdbcStoredProcOutboundGatewaySpec, StoredProcOutboundGateway>
implements org.springframework.integration.dsl.ComponentsRegistration
A
MessageHandlerSpec for a JdbcStoredProcOutboundGatewaySpec.- Since:
- 7.0
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJdbcStoredProcOutboundGatewaySpec(StoredProcExecutorSpec storedProcExecutorSpec) protectedJdbcStoredProcOutboundGatewaySpec(StoredProcExecutor storedProcExecutor) -
Method Summary
Modifier and TypeMethodDescriptionconfigurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallbackexpectSingleResult(boolean expectSingleResult) requiresReply(boolean requiresReply) Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingletonMethods inherited from interface org.springframework.context.SmartLifecycle
isPauseable
-
Constructor Details
-
JdbcStoredProcOutboundGatewaySpec
-
JdbcStoredProcOutboundGatewaySpec
-
-
Method Details
-
configurerStoredProcExecutor
public JdbcStoredProcOutboundGatewaySpec configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallback- Parameters:
configurer- the configurer.- Returns:
- the spec
-
requiresReply
- Parameters:
requiresReply- the requiresReply- Returns:
- the spec
- See Also:
-
expectSingleResult
- Parameters:
expectSingleResult- the expectSingleResult- Returns:
- the spec
- See Also:
-
getComponentsToRegister
-