Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
Some time ago we have introduced the PIngCheck aka ComponentVerifier interface that extends the functionality of a component by providing a way to validate the uri options but it would be nice to have a generic way for a component to expose extensions so we can have something like:
class Component { List<ComponentExtension> getExtensions(); <T extends ComponentExtension> Optional<T> getExtension(Class<T> type); }
So i.e. we can add a meta-data extension to grab the tables description of ServiceNow
Attachments
Issue Links
- is depended upon by
-
CAMEL-11554 ServiceNow : add meta data extension to retrieve table's structure
- Resolved