@UriEndpoint(scheme="spring-redis",
             title="Spring Redis",
             syntax="spring-redist:host:port",
             consumerClass=RedisConsumer.class,
             label="spring,nosql")
public class RedisEndpoint
extends org.apache.camel.component.direct.DirectEndpoint
| Constructor and Description | 
|---|
| RedisEndpoint(String uri,
             RedisComponent component,
             RedisConfiguration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.camel.Consumer | createConsumer(org.apache.camel.Processor processor) | 
| org.apache.camel.Producer | createProducer() | 
| protected void | doShutdown() | 
| RedisConfiguration | getConfiguration() | 
| boolean | isSingleton() | 
addConsumer, getConsumer, getKey, getTimeout, hasConsumer, isBlock, removeConsumer, setBlock, setTimeoutconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic RedisEndpoint(String uri, RedisComponent component, RedisConfiguration configuration)
public org.apache.camel.Producer createProducer()
                                         throws Exception
createProducer in interface org.apache.camel.EndpointcreateProducer in class org.apache.camel.component.direct.DirectEndpointExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
                                         throws Exception
createConsumer in interface org.apache.camel.EndpointcreateConsumer in class org.apache.camel.component.direct.DirectEndpointExceptionpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonisSingleton in class org.apache.camel.component.direct.DirectEndpointprotected void doShutdown()
                   throws Exception
doShutdown in class org.apache.camel.support.ServiceSupportExceptionpublic RedisConfiguration getConfiguration()
Apache Camel