public static interface ConfigurationHelper.ParameterSetter
| Modifier and Type | Method and Description |
|---|---|
<T> void |
set(CamelContext camelContext,
EndpointConfiguration config,
String name,
T value)
Sets the parameter on the configuration.
|
<T> void set(CamelContext camelContext, EndpointConfiguration config, String name, T value) throws RuntimeCamelException
camelContext - the camel contextconfig - the configurationname - the name of the parametervalue - the value to setRuntimeCamelException - is thrown if error setting the parameterApache Camel