@NoImplement
public interface ConfigurationState
ConfigurationInstance.
The parameters will be segregated by config parameters (the ones defined in the config element itself) and the connection
parameters (the ones defined in the associated ConnectionProvider).
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConfigParameters()
A
Map which keys are the name of the config parameters and the values are the parameter values. |
Map<String,Object> |
getConnectionParameters()
A
Map which keys are the name of the ConnectionProvider parameters and the values are the parameter values. |
Map<String,Object> getConfigParameters()
Map which keys are the name of the config parameters and the values are the parameter values. It will not include
entries for parameters for which a value was not specified or was resolved to nullMap. Might be empty but will never be nullMap<String,Object> getConnectionParameters()
Map which keys are the name of the ConnectionProvider parameters and the values are the parameter values.
It the owning ConfigurationInstance does not have an associated ConnectionProvider, then an empty map will be
returned.
It will not include entries for parameters for which a value was not specified or was resolved to null.
Map. Might be empty but will never be nullCopyright © 2024 MuleSoft, Inc.. All rights reserved.