クラスの使用
org.springframework.integration.redis.dsl.RedisInboundChannelAdapterSpec
RedisInboundChannelAdapterSpec を使用するパッケージ
org.springframework.integration.redis.dsl 内の RedisInboundChannelAdapterSpec 使用
修飾子と型メソッド説明Redis.inboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisInboundChannelAdapterSpecを製造するファクトリ。RedisInboundChannelAdapterSpec.messageConverter(MessageConverter messageConverter) Redis メッセージと Spring メッセージペイロード間の変換を行うには、messageConverter を指定します。RedisInboundChannelAdapterSpec.serializer(RedisSerializer<?> serializer) Redis メッセージの本文を逆直列化するには、RedisSerializer を指定します。RedisInboundChannelAdapterSpec.taskExecutor(ExecutorSE taskExecutor) メッセージ受信時にメッセージリスナーを実行するためのExecutorSE を指定します。RedisInboundChannelAdapterSpec.topicPatterns(StringSE... topicPatterns) 購読する topicPatterns を指定してください。購読したいトピックを指定してください。