Interface to specify execution context.
Description
A context for monitoring the flow of execution through a call chain.
Instance Methods
get
Adds parameters into this ConfigParams under a specified section. Keys for the new parameters are appended with section dot prefix.
public
Object get(String key)
- key: String - a key of the element to get.
- returns: Object - the value of the map element.