クラスの使用
org.springframework.integration.redis.dsl.RedisOutboundChannelAdapterSpec
RedisOutboundChannelAdapterSpec を使用するパッケージ
org.springframework.integration.redis.dsl 内の RedisOutboundChannelAdapterSpec 使用
修飾子と型メソッド説明RedisOutboundChannelAdapterSpec.messageConverter(MessageConverter messageConverter) Redis メッセージと Spring メッセージペイロード間の変換を行うには、messageConverter を指定します。Redis.outboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisOutboundChannelAdapterSpecを製造するファクトリ。RedisOutboundChannelAdapterSpec.serializer(RedisSerializer<?> serializer) RedisSerializer に対して、Redis に送信する前にデータを直列化するように指定します。メッセージを公開するトピックを指定してください。RedisOutboundChannelAdapterSpec.topicExpression(StringSE topicExpression) トピックを決定するための SpEL 式を設定します。RedisOutboundChannelAdapterSpec.topicExpression(Expression topicExpression) トピックを特定するには、topicExpression を指定してください。RedisOutboundChannelAdapterSpec.topicFunction(FunctionSE<Message<P>, StringSE> topicFunction) トピックを決定するためにFunctionSE を設定します。