クラス StoredProcPollingChannelAdapter
java.lang.ObjectSE
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.endpoint.AbstractMessageSource<ObjectSE>
org.springframework.integration.jdbc.inbound.StoredProcPollingChannelAdapter
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
- 実装されているすべてのインターフェース:
Aware、BeanFactoryAware、BeanNameAware、DisposableBean、InitializingBean、MessageSource<ObjectSE>、IntegrationPattern、NamedComponent、IntegrationInboundManagement、IntegrationManagement
@DeprecatedSE(forRemoval=true,
since="7.0")
public class StoredProcPollingChannelAdapter
extends StoredProcPollingChannelAdapter
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
ストアドプロシージャまたは SQL 関数を実行して返されたペイロードからメッセージを作成するポーリングチャネルアダプター。オプションで、処理された行を更新するために、ストアドプロシージャまたは関数の実行後に更新を実行できます。
- 導入:
- 2.1
- 作成者:
- Gunnar Hillert, Artem Bilan, Gary Russell
ネストされたクラスの要約
インターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたネストクラス / インターフェース
IntegrationManagement.ManagementOverridesフィールドのサマリー
クラス org.springframework.integration.util.AbstractExpressionEvaluator から継承されたフィールド
EXPRESSION_PARSER, loggerインターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたフィールド
METER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAMEコンストラクターの概要
コンストラクターコンストラクター説明StoredProcPollingChannelAdapter(StoredProcExecutor storedProcExecutor) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。StoredProcExecutorをとるコンストラクター。メソッドのサマリー
クラス org.springframework.integration.jdbc.inbound.StoredProcPollingChannelAdapter から継承されたメソッド
doReceive, getComponentType, setExpectSingleResultクラス org.springframework.integration.endpoint.AbstractMessageSource から継承されたメソッド
buildMessage, destroy, getComponentName, getManagedName, getManagedType, getOverrides, isLoggingEnabled, receive, registerMetricsCaptor, setBeanName, setHeaderExpressions, setLoggingEnabled, setManagedName, setManagedTypeクラス org.springframework.integration.util.AbstractExpressionEvaluator から継承されたメソッド
afterPropertiesSet, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getBeanFactory, getEvaluationContext, getEvaluationContext, getMessageBuilderFactory, onInit, setBeanFactory, setConversionService, setSimpleEvaluationContextクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたメソッド
getThisAs, isObserved, registerObservationRegistryインターフェース org.springframework.integration.core.MessageSource から継承されたメソッド
getIntegrationPatternTypeインターフェース org.springframework.integration.support.context.NamedComponent から継承されたメソッド
getBeanName
コンストラクターの詳細
StoredProcPollingChannelAdapter
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。StoredProcExecutorをとるコンストラクター。- パラメーター:
storedProcExecutor- null であってはなりません。
StoredProcPollingChannelAdapterを推奨