Class RedisComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.redis.springboot.RedisComponentConfiguration

@ConfigurationProperties(prefix="camel.component.spring-redis") public class RedisComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive messages from Redis. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • RedisComponentConfiguration

      public RedisComponentConfiguration()
  • Method Details

    • getRedisTemplate

      public org.springframework.data.redis.core.RedisTemplate<Object,Object> getRedisTemplate()
    • setRedisTemplate

      public void setRedisTemplate(org.springframework.data.redis.core.RedisTemplate<Object,Object> redisTemplate)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)