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
  • Constructor Details

    • JdbcStoredProcOutboundChannelAdapterSpec

      protected JdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutorSpec storedProcExecutorSpec)
    • JdbcStoredProcOutboundChannelAdapterSpec

      protected JdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutor storedProcExecutor)
  • Method Details

    • configurerStoredProcExecutor

      public JdbcStoredProcOutboundChannelAdapterSpec configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer)
      Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking the Consumer callback
      Parameters:
      configurer - the configurer.
      Returns:
      the spec
    • getComponentsToRegister

      public Map<Object, @Nullable String> getComponentsToRegister()
      Specified by:
      getComponentsToRegister in interface org.springframework.integration.dsl.ComponentsRegistration