Uses of Package
org.springframework.data.redis.config
Packages that use org.springframework.data.redis.config
Package
Description
Annotations and support classes for declarative Redis listener endpoints.
Namespace and configuration.
-
Classes in org.springframework.data.redis.config used by org.springframework.data.redis.annotationClassDescriptionA
RedisListenerEndpointproviding the method invocation mechanism for a specific bean method.Creates the necessaryRedisMessageListenerContainerinstances for the registeredendpoints. -
Classes in org.springframework.data.redis.config used by org.springframework.data.redis.configClassDescriptionBase model for a Redis listener endpoint.Optional interface to be implemented by a Spring-managed bean willing to customize how Redis listener endpoints are configured.Model for a Redis listener endpoint.Helper bean for registering
RedisListenerEndpointinstances with aRedisListenerEndpointRegistry.Creates the necessaryRedisMessageListenerContainerinstances for the registeredendpoints.