Uses of Class
org.springframework.integration.redis.dsl.RedisStreamInboundChannelAdapterSpec
Packages that use RedisStreamInboundChannelAdapterSpec
-
Uses of RedisStreamInboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Methods in org.springframework.integration.redis.dsl that return RedisStreamInboundChannelAdapterSpecModifier and TypeMethodDescriptionRedisStreamInboundChannelAdapterSpec.autoAck(boolean autoAck) Specify whether acknowledge message read in the Consumer Group.RedisStreamInboundChannelAdapterSpec.batchSize(int recordsPerPoll) Specify the batch size for the COUNT option.RedisStreamInboundChannelAdapterSpec.consumerGroup(String consumerGroup) Specify the name of the consumer group.RedisStreamInboundChannelAdapterSpec.consumerName(@Nullable String consumerName) Specify the name of the consumer.RedisStreamInboundChannelAdapterSpec.createConsumerGroup(boolean createConsumerGroup) Specify whether create the consumer group.RedisStreamInboundChannelAdapterSpec.errorResumeFunction(Function<? super Throwable, ? extends org.reactivestreams.Publisher<Void>> resumeFunction) Specify the resume Function when polling the stream fails.RedisStreamInboundChannelAdapterSpec.extractPayload(boolean extractPayload) Specify whether extract payload.RedisStreamInboundChannelAdapterSpec.objectMapper(HashMapper<?, ?, ?> hashMapper) Specify the hashMapper.RedisStreamInboundChannelAdapterSpec.pollTimeout(Duration pollTimeout) Specify the poll timeout for the BLOCK option.RedisStreamInboundChannelAdapterSpec.readOffset(ReadOffset readOffset) Specify the offset from which to read message.RedisStreamInboundChannelAdapterSpec.serializer(RedisSerializationContext.SerializationPair<?> pair) Specify the key, hash key and hash value serializer.Redis.streamInboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, String streamKey) The factory to produce aRedisStreamInboundChannelAdapterSpec.RedisStreamInboundChannelAdapterSpec.streamReceiverOptions(@Nullable StreamReceiver.StreamReceiverOptions<String, ?> streamReceiverOptions) Specify the streamReceiverOptions to customize theStreamReceiver.RedisStreamInboundChannelAdapterSpec.targetType(Class<?> targetType) Specify the hash target type.