Class TopicDestinationResolver<T extends Topic>

java.lang.Object
org.springframework.data.redis.messaging.TopicDestinationResolver<T>
All Implemented Interfaces:
DestinationResolver<T>

public class TopicDestinationResolver<T extends Topic> extends Object implements DestinationResolver<T>
Simple DestinationResolver adapter for TopicResolver to resolve Topics from a String name.
Since:
4.1
Author:
Mark Paluch