Package org.apache.camel.spi
Interface VariableRepository
- All Superinterfaces:
AutoCloseable,Service,StaticService,VariableAware
- All Known Subinterfaces:
BrowsableVariableRepository
Repository for storing and accessing variables.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()The id of this repository.removeVariable(String name) Removes the given variableMethods inherited from interface org.apache.camel.VariableAware
getVariable, setVariable
-
Method Details
-
getId
String getId()The id of this repository. -
removeVariable
Removes the given variable- Parameters:
name- of the variable- Returns:
- the old value of the variable, or null if there was no variable for the given name
-