public class RedisConsumer
extends org.apache.camel.support.DefaultConsumer
implements org.springframework.data.redis.connection.MessageListener
| Constructor and Description | 
|---|
| RedisConsumer(RedisEndpoint redisEndpoint,
             org.apache.camel.Processor processor,
             RedisConfiguration redisConfiguration) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doStart() | 
| protected void | doStop() | 
| void | onMessage(org.springframework.data.redis.connection.Message message,
         byte[] pattern) | 
createExchange, createUoW, defaultConsumerCallback, doBuild, doInit, doneUoW, doShutdown, getAsyncProcessor, getEndpoint, getExceptionHandler, getHealthCheck, getProcessor, getRoute, getRouteId, handleException, handleException, releaseExchange, setExceptionHandler, setHealthCheck, setRoute, setRouteId, toStringbuild, doFail, doLifecycleChange, doResume, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic RedisConsumer(RedisEndpoint redisEndpoint, org.apache.camel.Processor processor, RedisConfiguration redisConfiguration)
protected void doStart()
                throws Exception
doStart in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStop()
               throws Exception
doStop in class org.apache.camel.support.DefaultConsumerExceptionpublic void onMessage(org.springframework.data.redis.connection.Message message,
                      byte[] pattern)
onMessage in interface org.springframework.data.redis.connection.MessageListenerApache Camel