@Alias("ignored")
@EmitsResponse
@MediaType("text/plain")
@Ignore
public class IgnoredHeisenbergSource
extends org.mule.sdk.api.runtime.source.Source<String ,String >
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
IgnoredHeisenbergSource
public IgnoredHeisenbergSource ()
Method Details
onStart
public void onStart (org.mule.sdk.api.runtime.source.SourceCallback<String ,String > sourceCallback)
throws org.mule.runtime.api.exception.MuleException
Specified by:
onStart in class org.mule.sdk.api.runtime.source.Source<String ,String >
Throws:
org.mule.runtime.api.exception.MuleException
onStop
public void onStop ()
Specified by:
onStop in class org.mule.sdk.api.runtime.source.Source<String ,String >