| org.mule.api.annotations.Source |
This annotation marks a method inside a Module as a callable from within a Mule flow and capable of
generating Mule events. Each marked method will have a org.mule.api.source.MessageSource generated.
SourceCallback as one of its arguments. It does not matter which parameter it is
as long it is there.
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
| |||||||||||