public class SomeSource extends org.mule.runtime.extension.api.runtime.source.Source<String,org.mule.runtime.api.message.Attributes>
| Modifier and Type | Field and Description |
|---|---|
static ParameterResolverExtension |
extension |
static org.mule.runtime.extension.api.runtime.parameter.Literal<String> |
literalString |
static org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<String> |
someString |
| Constructor and Description |
|---|
SomeSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,org.mule.runtime.api.message.Attributes> sourceCallback) |
void |
onStop() |
@Parameter public static org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<String> someString
@Parameter public static org.mule.runtime.extension.api.runtime.parameter.Literal<String> literalString
@Config public static ParameterResolverExtension extension
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,org.mule.runtime.api.message.Attributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<String,org.mule.runtime.api.message.Attributes>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<String,org.mule.runtime.api.message.Attributes>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.