Uploaded image for project: 'Mule'
  1. Mule
  2. MULE-14845

Smart Connectors: Add support for "config" property type (stereotypes)

    XMLWordPrintable

Details

    • Enhancement Request
    • Status: Resolved
    • Blocker
    • Resolution: Done
    • 4.1.1 (EE Only)
    • 4.2.0
    • XML SDK

    Description

      We need to define a property for the Smart Connector configuration that takes the name of an HTTP Listener Config as value, and curently the only way to define that is:

      <property name="property_localCallbackConfig" displayName="localCallbackConfig" type="string" summary="HTTP Listener Configuration name for exposing the callback endpoint" example="cloudhub_http" defaultValue="cloudhub_http"/>

      However, using the SDK the property can be defined as:

        @Parameter
        @Optional
        @ConfigReference(namespace = "HTTP", name = "LISTENER_CONFIG")
        private String localCallbackConfig;
      

      With this information, the SDK should be able to define the componets lifecycle in the proper order (see MULE-14827)

      Attachments

        Issue Links

          Activity

            People

              matias.baldini@mulesoft.com Matias Baldini (Inactive)
              pmantellini@mulesoft.com Pablo Mantellini
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: