Class JdbcStoredProcOutboundChannelAdapterSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<JdbcStoredProcOutboundChannelAdapterSpec, StoredProcMessageHandler>
org.springframework.integration.dsl.MessageHandlerSpec<JdbcStoredProcOutboundChannelAdapterSpec, StoredProcMessageHandler>
org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundChannelAdapterSpec
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<StoredProcMessageHandler>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.integration.dsl.ComponentsRegistration
public class JdbcStoredProcOutboundChannelAdapterSpec
extends org.springframework.integration.dsl.MessageHandlerSpec<JdbcStoredProcOutboundChannelAdapterSpec, StoredProcMessageHandler>
implements org.springframework.integration.dsl.ComponentsRegistration
A
MessageHandlerSpec for a JdbcStoredProcOutboundChannelAdapterSpec.- 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
ConstructorsModifierConstructorDescriptionprotectedJdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutorSpec storedProcExecutorSpec) protectedJdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutor storedProcExecutor) -
Method Summary
Modifier and TypeMethodDescriptionconfigurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallbackMethods 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
-
JdbcStoredProcOutboundChannelAdapterSpec
-
JdbcStoredProcOutboundChannelAdapterSpec
-
-
Method Details
-
configurerStoredProcExecutor
public JdbcStoredProcOutboundChannelAdapterSpec configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallback- Parameters:
configurer- the configurer.- Returns:
- the spec
-
getComponentsToRegister
-