Class RuntimeExtensionModelProviderLoaderUtils

java.lang.Object
org.mule.runtime.extension.api.provider.RuntimeExtensionModelProviderLoaderUtils

public final class RuntimeExtensionModelProviderLoaderUtils extends Object
Utlils to discover the ExtensionModel using the RuntimeExtensionModelProvider. TODO: deprecate this: W-15437008
Since:
1.7
  • Method Details

    • discoverRuntimeExtensionModels

      public static Set<org.mule.runtime.api.meta.model.ExtensionModel> discoverRuntimeExtensionModels()
      Discovers the extension models provided by the Mule Runtime.
      Returns:
      Set of the runtime provided ExtensionModels.