Class MetadataSourceWithMultilevel

java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<Map<String,Object>,StringAttributes>
org.mule.tooling.extensions.metadata.api.source.MetadataSourceWithMultilevel

@MetadataScope(keysResolver=MultiLevelPartialTypeKeysOutputTypeResolver.class, outputResolver=MultiLevelPartialTypeKeysOutputTypeResolver.class) public class MetadataSourceWithMultilevel extends org.mule.runtime.extension.api.runtime.source.Source<Map<String,Object>,StringAttributes>
  • Field Details

    • key

      @MetadataKeyId @ParameterGroup(name="Location") public LocationKey key
  • Constructor Details

    • MetadataSourceWithMultilevel

      public MetadataSourceWithMultilevel()
  • Method Details

    • onStart

      public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<Map<String,Object>,StringAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
      Specified by:
      onStart in class org.mule.runtime.extension.api.runtime.source.Source<Map<String,Object>,StringAttributes>
      Throws:
      org.mule.runtime.api.exception.MuleException
    • onStop

      public void onStop()
      Specified by:
      onStop in class org.mule.runtime.extension.api.runtime.source.Source<Map<String,Object>,StringAttributes>