Class RedisMessageStoreAutoConfiguration

java.lang.Object
org.activiti.cloud.starter.messages.redis.RedisMessageStoreAutoConfiguration

@AutoConfiguration(before=org.activiti.cloud.services.messages.core.config.MessagesCoreAutoConfiguration.class, after=org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class) @ConditionalOnClass(org.springframework.integration.redis.store.RedisMessageStore.class) public class RedisMessageStoreAutoConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.springframework.data.redis.core.RedisTemplate<Object,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 Details

    • RedisMessageStoreAutoConfiguration

      public RedisMessageStoreAutoConfiguration()
  • Method Details

    • configure

      @Autowired public void configure(org.springframework.data.redis.core.RedisTemplate<Object,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)