Uses of Class
org.springframework.integration.redis.dsl.RedisStreamOutboundChannelAdapterSpec
Packages that use RedisStreamOutboundChannelAdapterSpec
-
Uses of RedisStreamOutboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Methods in org.springframework.integration.redis.dsl that return RedisStreamOutboundChannelAdapterSpecModifier and TypeMethodDescriptionRedisStreamOutboundChannelAdapterSpec.addOptionsFunction(Function<Message<?>, RedisStreamCommands.XAddOptions> addOptionsFunction) Specify the function to create aRedisStreamCommands.XAddOptions.RedisStreamOutboundChannelAdapterSpec.extractPayload(boolean extractPayload) Specify whether extract payload.RedisStreamOutboundChannelAdapterSpec.hashMapper(HashMapper<String, ?, ?> hashMapper) Specify the hashMapper forReactiveStreamOperations.RedisStreamOutboundChannelAdapterSpec.serializationContext(RedisSerializationContext<String, ?> serializationContext) Specify the serialization context.Redis.streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, String streamKey) The factory to produce aRedisStreamOutboundChannelAdapterSpec.Redis.streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, Function<Message<?>, String> streamFunction) The factory to produce aRedisStreamOutboundChannelAdapterSpec.Redis.streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, Expression streamExpression) The factory to produce aRedisStreamOutboundChannelAdapterSpec.