Package org.springframework.data.redis.annotation
@NullMarked
package org.springframework.data.redis.annotation
Annotations and support classes for declarative Redis listener endpoints.
-
ClassDescriptionEnable Redis Pub/Sub listener annotated endpoints that are created under the cover by a
RedisListenerAnnotationBeanPostProcessor.Annotation that marks a method to be the target of a Redis Pub/Sub message listener on the specifiedRedisListener.topic().Bean post-processor that registers methods annotated withRedisListenerto be subscribed to a Redis message listener container according to the attributes of the annotation.Container annotation that aggregates severalRedisListenerannotations.