Package org.apache.camel.spi
Interface RouteTemplateParameterSource
-
public interface RouteTemplateParameterSourceSource for parameters used when creating routes from route templates.
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCATIONstatic StringTEMPLATE_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>parameters(String routeId)The parameters for the given routeSet<String>routeIds()Gets the route id's as a set.
-
-
-
Field Detail
-
TEMPLATE_ID
static final String TEMPLATE_ID
- See Also:
- Constant Field Values
-
LOCATION
static final String LOCATION
- See Also:
- Constant Field Values
-
-