Interface TopicResolver<T extends Topic>

All Known Implementing Classes:
CachingTopicResolver, SimpleTopicResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TopicResolver<T extends Topic>
Strategy for resolving a String destination name to an actual Redis topic.
Since:
4.1
Author:
Mark Paluch
See Also: