Uses of Annotation Interface
org.springframework.data.redis.annotation.RedisListener
Packages that use RedisListener
Package
Description
Annotations and support classes for declarative Redis listener endpoints.
-
Uses of RedisListener in org.springframework.data.redis.annotation
Methods in org.springframework.data.redis.annotation with parameters of type RedisListenerModifier and TypeMethodDescriptionRedisListenerAnnotationBeanPostProcessor.createEndpoint(RedisListener redisListener, Method method, Object bean) protected RedisMessageListenerContainerRedisListenerAnnotationBeanPostProcessor.getRedisMessageListenerContainer(RedisListener redisListener, Method method) protected voidRedisListenerAnnotationBeanPostProcessor.processRedisListener(RedisListener redisListener, Method method, Object bean) Process the givenRedisListenerannotation on the given method, registering a corresponding endpoint for the given bean instance.