Class RedisMessageStoreAutoConfiguration


  • @Configuration
    @ConditionalOnClass(org.springframework.integration.redis.store.RedisMessageStore.class)
    @AutoConfigureBefore(org.activiti.cloud.services.messages.core.config.MessagesCoreAutoConfiguration.class)
    @AutoConfigureAfter(org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class)
    public class RedisMessageStoreAutoConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(org.springframework.data.redis.core.RedisTemplate<java.lang.Object,​java.lang.Object> redisTemplate)  
      org.springframework.integration.support.locks.LockRegistry lockRegistry​(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)  
      org.springframework.integration.store.MessageGroupStore messageStore​(org.springframework.data.redis.core.RedisTemplate<?,​?> redisTemplate)  
      org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore​(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RedisMessageStoreAutoConfiguration

        public RedisMessageStoreAutoConfiguration()
    • Method Detail

      • configure

        @Autowired
        public void configure​(org.springframework.data.redis.core.RedisTemplate<java.lang.Object,​java.lang.Object> redisTemplate)
      • messageStore

        @Bean
        public org.springframework.integration.store.MessageGroupStore messageStore​(org.springframework.data.redis.core.RedisTemplate<?,​?> redisTemplate)
      • metadataStore

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore​(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
      • lockRegistry

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.integration.support.locks.LockRegistry lockRegistry​(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)