Class DefaultDestinationTopicResolver

All Implemented Interfaces:
EventListener, Aware, ApplicationContextAware, ApplicationListener<ContextRefreshedEvent>, DestinationTopicContainer, DestinationTopicResolver

public class DefaultDestinationTopicResolver extends ExceptionClassifier implements DestinationTopicResolver, ApplicationListener<ContextRefreshedEvent>, ApplicationContextAware
Default implementation of the DestinationTopicResolver interface. The container is closed when a ContextRefreshedEvent is received and no more destinations can be added after that.
Since:
2.7
Author:
Tomaz Fernandes, Gary Russell, Yvette Quinby