RedisWorkerConfig

@Configuration
class RedisWorkerConfig(redisTemplate: StringRedisTemplate)(source)

Constructors

Link copied to clipboard
constructor(redisTemplate: StringRedisTemplate)

Functions

Link copied to clipboard
@Bean
fun streamMessageListenerContainer(connectionFactory: RedisConnectionFactory, documentEventConsumer: DocumentEventConsumer): StreamMessageListenerContainer<String, ObjectRecord<String, String>>