| Interface | Description |
|---|---|
| AnnotationsConstants |
Helper class to point to the current mule version.
|
| Enum | Description |
|---|---|
| ConnectivityTesting | Deprecated |
| ConnectStrategy |
Out of the box enumeration of available connection strategies
|
| MetaDataSwitch | Deprecated |
| QueryOperator | |
| SourceStrategy | |
| SourceThreadingModel |
| Annotation Type | Description |
|---|---|
| Batch |
This annotation marks a method inside a
Connector as an operation that will return
a Batch result. |
| Category | |
| Config |
Defines the field to be injected as connection strategy into a
Connector. |
| Configurable |
Marks a field inside a
Config as being configurable. |
| Connect |
This annotation marks a method inside an
ConnectionManagement scope as the responsible for creating
a connection. |
| ConnectionIdentifier |
This annotation marks a method inside a
ConnectionManagement as the responsible for identifying
a connection. |
| ConnectionStrategy | Deprecated
Use
Config instead |
| Connector |
This annotation defines a class that will export its functionality as a Mule Connector.
|
| Disconnect |
This annotation marks a method inside a
ConnectionManagement 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
Connector as a callable from within a Mule flow to filter
a message. |
| Handle |
This annotation indicates which method in the
Handler class
should be called when the component is invoked
The @Handle method can return two results:
RECONNECT - Retry the operation if the Processor has ReconnectOn, and the Handle throws an exception of that kind. |
| Ignore |
Ignores a field inside a POJO.
|
| InvalidateConnectionOn | Deprecated
Use
ReconnectOn instead |
| MetaDataCategory | Deprecated |
| MetaDataKeyRetriever | |
| MetaDataNativeQueryOutputRetriever |
The use of this annotation will improve the Studio experience while using native queries in the MetaData propagation.
|
| MetaDataOutputRetriever |
This annotation marks a method as a describer for
MetaData for output scenarios,
for a given MetaDataKey |
| MetaDataRetriever |
The method annotated with
MetaDataRetriever describes the metadata
for the received metadata key parameter. |
| MetaDataScope |
Used to differentiate grouping data sense types at operation or class level.
|
| Mime | |
| Module | Deprecated |
| NoMetaData |
This annotation marks a @
Processor to avoid discovering metadata with @MetaDataRetriever and @MetaDataKeyRetriever mechanism. |
| OverrideAtProcessors | Deprecated |
| Paged |
This annotation marks a method inside a
Connector as an operation that will return
a paged result set. |
| Processor |
This annotation marks a method inside a
Connector as a callable operation from within a Mule flow. |
| Query |
This annotation is meant to be applied to support easy query building by using DataSense Query Language, DSQL.
|
| QueryCustomMetadata |
When using @
Query and @QueryTranslator the query metadata is generated automatically based on the
types and fields selected. |
| QueryPart |
This annotation is meant to be used in advanced
Query scenarios. |
| QueryTranslator |
This annotation is meant to translate an DSQL query into a native one.
|
| ReconnectOn |
This annotation is used for exception handling related to connections.
|
| Required |
Annotation to mark a field as required.
|
| Source |
This annotation marks a method inside a
Connector as a callable from within a Mule flow and capable of
generating Mule events. |
| TestConnectivity |
Method to test if a specific
ConnectionManagement config
is able to hit the endpoint. |
| TransformerResolver |
A TransformResolver is used to find transformers that match a certain criteria in the mule registry.
|
| ValidateConnection |
This annotation marks a method inside a
ConnectionManagement config as the responsible for
validating if the connector is actually connected or not. |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.