Class MetadataSourceWithPartialMultilevel

java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<Map<String,Object>,org.mule.tck.message.StringAttributes>
org.mule.test.metadata.extension.MetadataSourceWithPartialMultilevel

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

    • key

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

    • MetadataSourceWithPartialMultilevel

      public MetadataSourceWithPartialMultilevel()
  • Method Details

    • onStart

      public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<Map<String,Object>,org.mule.tck.message.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>,org.mule.tck.message.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>,org.mule.tck.message.StringAttributes>