java.lang.Object
org.mule.runtime.extension.api.runtime.source.Source<
String,
String>
org.mule.tooling.extensions.metadata.api.source.SourceWithMultiLevelValue
@MediaType("text/plain")
public class SourceWithMultiLevelValue
extends org.mule.runtime.extension.api.runtime.source.Source<String,String>
-
Constructor Summary
Constructors
-
Method Summary
void
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,String> sourceCallback)
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SourceWithMultiLevelValue
public SourceWithMultiLevelValue()
-
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>