Class AbstractSource

java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<String,String>
org.mule.test.values.extension.source.AbstractSource
Direct Known Subclasses:
SimpleSource, SourceWithConfiguration, SourceWithConnection, SourceWithTwoBoundActingParameters, SourceWithValuesWithRequiredParameterInsideParamGroup, SourceWithValuesWithRequiredParameters

public abstract class AbstractSource extends org.mule.runtime.extension.api.runtime.source.Source<String,String>
  • Constructor Details

    • AbstractSource

      public AbstractSource()
  • Method Details

    • onStart

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

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