Interface ComponentBuildingDefinitionProvider


public interface ComponentBuildingDefinitionProvider
Service provider interface to define mule DSL extensions processors. During application config files processing all ComponentBuildingDefinitionProvider present in the classpath will be lookup to search for available DSL parsing extensions.
Since:
4.0
  • Method Details

    • init

      void init()
      Initialization method called once the extensions is discovered.
    • getComponentBuildingDefinitions

      List<ComponentBuildingDefinition> getComponentBuildingDefinitions()
      Returns:
      list of ComponentBuildingDefinition provided by the extension.