Class ComponentWrapper
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.internal.processor.ComponentWrapper
-
public class ComponentWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_NAME_KEYstatic StringCOMPONENT_NAMESPACE_KEY
-
Constructor Summary
Constructors Constructor Description ComponentWrapper(org.mule.runtime.api.component.Component component, org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mule.runtime.api.component.ComponentgetComponent()Map<String,String>getConfigConnectionParameters()Map<String,String>getConfigParameters()StringgetConfigRef()StringgetDocName()StringgetName()StringgetParameter(String parameter)Map<String,String>getParameters()Get Component Parameters (Unmodifiable) Map
-
-
-
Field Detail
-
COMPONENT_NAMESPACE_KEY
public static final String COMPONENT_NAMESPACE_KEY
- See Also:
- Constant Field Values
-
COMPONENT_NAME_KEY
public static final String COMPONENT_NAME_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getComponent
public org.mule.runtime.api.component.Component getComponent()
-
getParameters
public Map<String,String> getParameters()
Get Component Parameters (Unmodifiable) Map- Returns:
Map
-
getName
public String getName()
-
getConfigRef
public String getConfigRef()
-
getDocName
public String getDocName()
-
-