Class DEARadioSource

java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<List<org.mule.runtime.extension.api.runtime.operation.Result<String,DEAOfficerAttributes>>,Object>
org.mule.test.heisenberg.extension.DEARadioSource

@Alias("dea-radio") @BackPressure(defaultMode=DROP, supportedModes=DROP) public class DEARadioSource extends org.mule.runtime.extension.api.runtime.source.Source<List<org.mule.runtime.extension.api.runtime.operation.Result<String,DEAOfficerAttributes>>,Object>
  • Field Details

  • Constructor Details

    • DEARadioSource

      public DEARadioSource()
  • Method Details

    • onStart

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

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