Uses of Interface
org.springframework.data.redis.listener.support.TopicResolver
Packages that use TopicResolver
Package
Description
Implementation classes for Spring Messaging integration.
Redis Pub/Sub support for Spring Messaging.
-
Uses of TopicResolver in org.springframework.data.redis.listener.support
Classes in org.springframework.data.redis.listener.support that implement TopicResolverModifier and TypeClassDescriptionclassCachingTopicResolver<T extends Topic>CachingTopicResolvervariant using aTopicResolverfor the actual resolution.classA simpleTopicResolverimplementation for channel and pattern resolution.Methods in org.springframework.data.redis.listener.support that return TopicResolverModifier and TypeMethodDescriptionstatic TopicResolver<ChannelTopic> TopicResolver.channel()Return aTopicResolverfor resolvingChannelTopicfor a given topic name.static TopicResolver<PatternTopic> TopicResolver.pattern()Return aTopicResolverfor resolvingPatternTopicfor a given topic name.Constructors in org.springframework.data.redis.listener.support with parameters of type TopicResolverModifierConstructorDescriptionCachingTopicResolver(int cacheSize, TopicResolver<T> resolver) Create a newCachingTopicResolverwith the givenTopicResolverand cache size. -
Uses of TopicResolver in org.springframework.data.redis.messaging
Constructors in org.springframework.data.redis.messaging with parameters of type TopicResolver