クラス FixedSubscriberChannel
java.lang.ObjectSE
org.springframework.integration.channel.FixedSubscriberChannel
- 実装されているすべてのインターフェース:
Aware、BeanNameAware、NamedComponent、MessageChannel、SubscribableChannel
public final class FixedSubscriberChannel
extends ObjectSE
implements SubscribableChannel, BeanNameAware, NamedComponent
Bean のインスタンス化中にセットアップされた単一の最終サブスクライバー用に特化された
SubscribableChannel(エンドポイントの開始時に MessageHandler がサブスクライブされる他の SubscribableChannel とは異なります)。このチャネルは、インターセプターまたはデータ型をサポートしていません。 メモ: サブスクライブ(MessageHandler)を停止(unsubscribe(MessageHandler))しても効果はありません。
- 導入:
- 4.0
- 作成者:
- Gary Russell, Artem Bilan
フィールドのサマリー
インターフェース org.springframework.messaging.MessageChannel から継承されたフィールド
INDEFINITE_TIMEOUTコンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明booleanbooleanvoidsetBeanName(StringSE name) booleansubscribe(MessageHandler handler) booleanunsubscribe(MessageHandler handler) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.integration.support.context.NamedComponent から継承されたメソッド
getBeanName
コンストラクターの詳細
FixedSubscriberChannel
public FixedSubscriberChannel()FixedSubscriberChannel
メソッドの詳細
setBeanName
- 次で指定:
- インターフェース
BeanNameAwareのsetBeanName
send
- 次で指定:
- インターフェース
MessageChannelのsend
send
- 次で指定:
- インターフェース
MessageChannelのsend
subscribe
- 次で指定:
- インターフェース
SubscribableChannelのsubscribe
unsubscribe
- 次で指定:
- インターフェース
SubscribableChannelのunsubscribe
getComponentType
- 次で指定:
- インターフェース
NamedComponentのgetComponentType
getComponentName
- 次で指定:
- インターフェース
NamedComponentのgetComponentName