Interface RedisEndpointBuilderFactory.RedisBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
RedisEndpointBuilderFactory

public static interface RedisEndpointBuilderFactory.RedisBuilders
  • Method Details

    • springRedis

      Spring Redis (camel-spring-redis) Send and receive messages from Redis. Category: cache Since: 2.11 Maven coordinates: org.apache.camel:camel-spring-redis
      Returns:
      the dsl builder for the headers' name.
    • springRedis

      Spring Redis (camel-spring-redis) Send and receive messages from Redis. Category: cache Since: 2.11 Maven coordinates: org.apache.camel:camel-spring-redis Syntax: spring-redis:host:port Path parameter: host (required) The host where Redis server is running. Path parameter: port (required) Redis server port number
      Parameters:
      path - host:port
      Returns:
      the dsl builder
    • springRedis

      default RedisEndpointBuilderFactory.RedisEndpointBuilder springRedis(String componentName, String path)
      Spring Redis (camel-spring-redis) Send and receive messages from Redis. Category: cache Since: 2.11 Maven coordinates: org.apache.camel:camel-spring-redis Syntax: spring-redis:host:port Path parameter: host (required) The host where Redis server is running. Path parameter: port (required) Redis server port number
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - host:port
      Returns:
      the dsl builder