Class AdapterDefinitionParser


  • public class AdapterDefinitionParser
    extends Object
    Parses properties for multiple Adapter configurations. Each adapter definition must start with adapters.n. key. Where n is either a number (e.g. 1,2,3, etc.) or a character (e.g. a,b,c, etc.). The parser also supports the legacy configuration, where no adapters.n. prefix was needed.
    Author:
    mvrueden
    • Constructor Detail

      • AdapterDefinitionParser

        public AdapterDefinitionParser()
    • Method Detail

      • parse

        public List<AdapterDefinition> parse​(String queueName,
                                             PropertyTree propertyTree)
        Groups properties for the same adapter together and wraps the properties behind a AdapterDefinition. Each key which is starting with adapters.n. where 1 is any single character.
        Parameters:
        queueName - Name of the queue the adapter is attached to.
        propertyTree - The properties to parse. May contain queue properties as well.
        Returns:
        The Adapter definitions.