Uses of Class
org.springframework.data.redis.config.RedisListenerEndpointRegistry
Packages that use RedisListenerEndpointRegistry
Package
Description
Annotations and support classes for declarative Redis listener endpoints.
Namespace and configuration.
-
Uses of RedisListenerEndpointRegistry in org.springframework.data.redis.annotation
Methods in org.springframework.data.redis.annotation with parameters of type RedisListenerEndpointRegistryModifier and TypeMethodDescriptionvoidRedisListenerAnnotationBeanPostProcessor.setEndpointRegistry(@Nullable RedisListenerEndpointRegistry endpointRegistry) Set theRedisListenerEndpointRegistrythat will hold the created endpoint. -
Uses of RedisListenerEndpointRegistry in org.springframework.data.redis.config
Methods in org.springframework.data.redis.config that return RedisListenerEndpointRegistryModifier and TypeMethodDescription@Nullable RedisListenerEndpointRegistryRedisListenerEndpointRegistrar.getEndpointRegistry()Return theRedisListenerEndpointRegistryinstance for this registrar, may benull.RedisListenerBootstrapConfiguration.redisListenerEndpointRegistry()Methods in org.springframework.data.redis.config with parameters of type RedisListenerEndpointRegistryModifier and TypeMethodDescriptionvoidRedisListenerEndpointRegistrar.setEndpointRegistry(@Nullable RedisListenerEndpointRegistry endpointRegistry) Set theRedisListenerEndpointRegistryinstance to use.