クラス RedisInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<RedisInboundChannelAdapterSpec, RedisInboundChannelAdapter>
org.springframework.integration.dsl.MessageProducerSpec<RedisInboundChannelAdapterSpec, RedisInboundChannelAdapter>
org.springframework.integration.redis.dsl.RedisInboundChannelAdapterSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<RedisInboundChannelAdapter>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class RedisInboundChannelAdapterSpec
extends MessageProducerSpec<RedisInboundChannelAdapterSpec, RedisInboundChannelAdapter>
- 導入:
- 7.1
- 作成者:
- Jiandong Ma
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明messageConverter(MessageConverter messageConverter) Redis メッセージと Spring メッセージペイロード間の変換を行うには、messageConverter を指定します。serializer(RedisSerializer<?> serializer) Redis メッセージの本文を逆直列化するには、RedisSerializer を指定します。taskExecutor(ExecutorSE taskExecutor) メッセージ受信時にメッセージリスナーを実行するためのExecutorSE を指定します。topicPatterns(StringSE... topicPatterns) 購読する topicPatterns を指定してください。購読したいトピックを指定してください。クラス MessageProducerSpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorMessageStrategy, id, observationConvention, outputChannel, outputChannel, phase, role, sendTimeout, shouldTrackクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
RedisInboundChannelAdapterSpec
方法の詳細
serializer
Redis メッセージの本文を逆直列化するには、RedisSerializer を指定します。- パラメーター:
serializer- シリアライザー- 戻り値:
- スペック
- 関連事項:
topics
購読したいトピックを指定してください。- パラメーター:
topics- トピック- 戻り値:
- スペック
- 関連事項:
topicPatterns
購読する topicPatterns を指定してください。- パラメーター:
topicPatterns- topicPatterns- 戻り値:
- スペック
- 関連事項:
messageConverter
Redis メッセージと Spring メッセージペイロード間の変換を行うには、messageConverter を指定します。- パラメーター:
messageConverter- messageConverter- 戻り値:
- スペック
- 関連事項:
taskExecutor
メッセージ受信時にメッセージリスナーを実行するためのExecutorSE を指定します。- パラメーター:
taskExecutor- taskExecutor- 戻り値:
- スペック
- 関連事項: