public class AdapterDefinitionParser extends Object
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.Constructor and Description |
---|
AdapterDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
List<AdapterDefinition> |
parse(String queueName,
PropertyTree propertyTree)
Groups properties for the same adapter together and wraps the properties behind a
AdapterDefinition . |
public List<AdapterDefinition> parse(String queueName, PropertyTree propertyTree)
AdapterDefinition
.
Each key which is starting with adapters.n.
where 1 is any single character.queueName
- Name of the queue the adapter is attached to.propertyTree
- The properties to parse. May contain queue properties as well.Copyright © 2021. All rights reserved.