public class RedisConsumer
extends org.apache.camel.impl.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() | 
| void | onMessage(org.springframework.data.redis.connection.Message message,
         byte[] pattern) | 
createUoW, doneUoW, doStop, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic RedisConsumer(RedisEndpoint redisEndpoint, org.apache.camel.Processor processor, RedisConfiguration redisConfiguration)
protected void doStart()
                throws Exception
doStart in class org.apache.camel.impl.DefaultConsumerExceptionpublic void onMessage(org.springframework.data.redis.connection.Message message,
                      byte[] pattern)
onMessage in interface org.springframework.data.redis.connection.MessageListenerApache Camel