Class DestinationTopicContainer

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, DestinationTopicResolver

    public class DestinationTopicContainer
    extends java.lang.Object
    implements DestinationTopicResolver, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    Contains the destination topics and correlates them with their source via the Map<String, DestinationTopicResolver.DestinationsHolder> map. Implements the DestinationTopicResolver interface.
    Since:
    2.7
    Author:
    Tomaz Fernandes