@UriEndpoint(firstVersion="2.11.0",
             scheme="spring-redis",
             title="Spring Redis",
             syntax="spring-redist:host:port",
             label="spring,nosql")
public class RedisEndpoint
extends org.apache.camel.support.DefaultEndpoint
| 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 | doInit() | 
| protected void | doShutdown() | 
| RedisConfiguration | getConfiguration() | 
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringbuild, doBuild, doResume, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic RedisEndpoint(String uri, RedisComponent component, RedisConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
                                         throws Exception
Exceptionprotected void doInit()
               throws Exception
doInit in class org.apache.camel.support.DefaultEndpointExceptionprotected void doShutdown()
                   throws Exception
doShutdown in class org.apache.camel.support.service.ServiceSupportExceptionpublic RedisConfiguration getConfiguration()
Apache Camel