February 2014
Beginner to intermediate
432 pages
14h 52m
English
As introduced in section 6.1.4, Mule offers Java code-level annotations that can be used on components, transformers, and other classes loaded by Mule. These annotations cover a whole range of functionality. Table B.1 provides you with a quick reference for these annotations.
|
Annotation |
Description |
Type |
Module |
|---|---|---|---|
| @ContainsTransformer-Methods | Signals that a class contains transformer methods. | Method | annotations |
| @Transformer | Used to create a Mule transformer from a class method. | Method | annotations |
| @Schedule | Schedules a method for execution using either a simple frequency or cron expression. | Method | quartz |
| @IntegrationBean ... |
Read now
Unlock full access