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:
DisposableBean
,FactoryBean<StoredProcOutboundGateway>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
public class JdbcStoredProcOutboundGatewaySpec
extends MessageHandlerSpec<JdbcStoredProcOutboundGatewaySpec, StoredProcOutboundGateway>
implements ComponentsRegistration
- Since:
- 7.0
- Author:
- Jiandong Ma, Artem Bilan
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, target
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JdbcStoredProcOutboundGatewaySpec
(StoredProcExecutorSpec storedProcExecutorSpec) protected
JdbcStoredProcOutboundGatewaySpec
(StoredProcExecutor storedProcExecutor) -
Method Summary
Modifier and TypeMethodDescriptionconfigurerStoredProcExecutor
(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumer
callbackexpectSingleResult
(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, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
Methods 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 theConsumer
callback- 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
- Specified by:
getComponentsToRegister
in interfaceComponentsRegistration
-