Class SimpleTopicResolver
java.lang.Object
org.springframework.data.redis.listener.support.SimpleTopicResolver
- All Implemented Interfaces:
TopicResolver<Topic>
A simple
TopicResolver implementation for channel and pattern resolution.- Since:
- 4.1
- Author:
- Mark Paluch, Christoph Strobl
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleTopicResolver
public SimpleTopicResolver()
-
-
Method Details
-
resolveTopic
Description copied from interface:TopicResolverResolve the given topic name.- Specified by:
resolveTopicin interfaceTopicResolver<Topic>- Parameters:
name- the topic name to resolve.- Returns:
- the resolved topic.
-