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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MESSAGES_PER_POLL
public static final int MESSAGES_PER_POLL- See Also:
-
MESSAGE_TEXT
- See Also:
-
-
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>>, throws org.mule.runtime.api.exception.MuleExceptionObject> sourceCallback) - Specified by:
onStartin classorg.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:
onStopin classorg.mule.runtime.extension.api.runtime.source.Source<List<org.mule.runtime.extension.api.runtime.operation.Result<String,DEAOfficerAttributes>>, Object>
-