|
Annotation Types Summary |
| Category |
This annotation is meant to be applied to methods marked with Processor/Source and it is
used by the Studio generation and the Doclet to organize the message processors. |
| Configurable |
Marks a field inside a Module as being configurable. |
| Connect |
This annotation marks a method inside a Connector as the responsible for creating
a connection. |
| ConnectionIdentifier |
This annotation marks a method inside a Connector as the responsible for identifying
a connection. |
| Connector |
This annotation defines a class that will export its functionality as a Mule Cloud Connector. |
| Disconnect |
This annotation marks a method inside a Connector as the responsible for disposing
a connection. |
| ExpressionEnricher |
This annotation marks a method inside a ExpressionLanguage as the responsible
for enriching mule messages based on an expression. |
| ExpressionEvaluator |
This annotation marks a method inside a ExpressionLanguage as the responsible
for evaluating expressions. |
| ExpressionLanguage |
This annotation defines a class that will export its functionality as a Mule Expression Language. |
| Filter |
This annotation marks a method inside a Module as a callable from within a Mule flow to filter
a message. |
| Ignore |
Ignores a field inside a complex type. |
| InvalidateConnectionOn |
This annotation can be attached to any method also annotated with Processor or
Source. |
| MetaDataKeyRetriever |
This annotation marks a method inside a Module as a callable from within a Mule flow. |
| MetaDataRetriever |
This annotation marks a method inside a Module as a callable from within a Mule flow. |
| Mime |
|
| Module |
This annotation defines a class that will export its functionality as a Mule module. |
| NoMetaData |
This annotation marks a method inside a Module as a callable from within a Mule flow. |
| Paged |
This annotation marks a method inside a Module as an operation that will return
a paged result set. |
| Processor |
This annotation marks a method inside a Module as a callable from within a Mule flow. |
| Query |
This annotation is meant to be applied to support easy query building into studio |
| QueryConfig |
This annotation is meant to be applied to support easy query building into studio |
| QueryCustomMetadata |
This annotation is meant to be applied to support easy query building into studio |
| QueryPart |
This annotation is meant to be applied to support easy query building into studio |
| QueryTranslator |
This annotation is meant to the connector's method that translate data sense query to native one |
| Source |
This annotation marks a method inside a Module as a callable from within a Mule flow and capable of
generating Mule events. |
| TransformerResolver |
A TransformResolver is used to find transformers that match a certain criteria in the registry. |
| ValidateConnection |
This annotation marks a method inside a Connector as the responsible for
validating if the connector is actually connected or not. |