Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.20.0
    • Component/s: None
    • Labels:
      None
    • Estimated Complexity:
      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

            Activity

              People

              • Assignee:
                lb Luca Burgazzoli
                Reporter:
                lb Luca Burgazzoli
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: