クラス AbstractExecutorChannel

実装されたすべてのインターフェース:
AwareBeanFactoryAwareBeanNameAwareDisposableBeanInitializingBeanApplicationContextAwareExecutorChannelInterceptorAwareComponentSourceAwareExpressionCapableIntegrationPatternNamedComponentIntegrationManagementSubscribableChannelManagementTrackableComponentMessageChannelSubscribableChannelInterceptableChannel
既知の直属サブクラス
ExecutorChannelPartitionedChannelPublishSubscribeChannel

public abstract class AbstractExecutorChannel extends AbstractSubscribableChannel implements ExecutorChannelInterceptorAware
ロジックが ExecutorSE に基づいている可能性のある継承の AbstractSubscribableChannel 基本実装。

AbstractDispatcher の一般的な操作を利用します。

メッセージ処理が Executor.execute(Runnable)SE に渡されるときに、ExecutorChannelInterceptor のロジックを実装します。

導入:
4.2
作成者:
Artem Bilan, Gary Russell, Ngoc Nhan
関連事項: