クラスの使用
org.springframework.integration.redis.dsl.RedisStreamOutboundChannelAdapterSpec
RedisStreamOutboundChannelAdapterSpec を使用するパッケージ
org.springframework.integration.redis.dsl 内の RedisStreamOutboundChannelAdapterSpec 使用
修飾子と型メソッド説明RedisStreamOutboundChannelAdapterSpec.addOptionsFunction(FunctionSE<Message<?>, RedisStreamCommands.XAddOptions> addOptionsFunction) RedisStreamCommands.XAddOptionsを作成する関数を指定します。RedisStreamOutboundChannelAdapterSpec.extractPayload(boolean extractPayload) ペイロードを抽出するかどうかを指定します。RedisStreamOutboundChannelAdapterSpec.hashMapper(HashMapper<StringSE, ?, ?> hashMapper) ReactiveStreamOperationsには hashMapper を指定してください。RedisStreamOutboundChannelAdapterSpec.serializationContext(RedisSerializationContext<StringSE, ?> serializationContext) 直列化コンテキストを指定します。Redis.streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, StringSE streamKey) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。Redis.streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, FunctionSE<Message<?>, StringSE> streamFunction) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。Redis.streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, Expression streamExpression) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。