Uses of Package
org.springframework.data.redis.annotation
Packages that use org.springframework.data.redis.annotation
Package
Description
Annotations and support classes for declarative Redis listener endpoints.
Namespace and configuration.
-
Classes in org.springframework.data.redis.annotation used by org.springframework.data.redis.annotationClassDescriptionAnnotation that marks a method to be the target of a Redis Pub/Sub message listener on the specified
RedisListener.topic(). -
Classes in org.springframework.data.redis.annotation used by org.springframework.data.redis.configClassDescriptionBean post-processor that registers methods annotated with
RedisListenerto be subscribed to a Redis message listener container according to the attributes of the annotation.