Class StoredProcPollingChannelAdapter

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, MessageSource<Object>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

@Deprecated(forRemoval=true, since="7.0") public class StoredProcPollingChannelAdapter extends StoredProcPollingChannelAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StoredProcPollingChannelAdapter
A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function. Optionally an update can be executed after the execution of the Stored Procedure or Function in order to update processed rows.
Since:
2.1
Author:
Gunnar Hillert, Artem Bilan, Gary Russell
  • Constructor Details

    • StoredProcPollingChannelAdapter

      public StoredProcPollingChannelAdapter(StoredProcExecutor storedProcExecutor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor taking StoredProcExecutor.
      Parameters:
      storedProcExecutor - Must not be null.