public class RedisConsumer
extends org.apache.camel.component.direct.DirectConsumer
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) | 
deferShutdown, doResume, doStop, doSuspend, getEndpoint, getPendingExchangesSize, prepareShutdowncreateUoW, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, handleException, handleException, setExceptionHandler, toStringdoShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, 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.component.direct.DirectConsumerExceptionpublic void onMessage(org.springframework.data.redis.connection.Message message,
             byte[] pattern)
onMessage in interface org.springframework.data.redis.connection.MessageListenerApache Camel