Name
Process — Process the message using a custom processor
Usage
The process pattern is used to insert custom message processors into a route.
The process pattern can be placed anywhere in the body of a route.
Properties
Table 2.4 describes the properties you can specify using the properties editor.
Table 2.4. Process Properties
Name | Description |
---|---|
Ref | Specifies the name of the bean, from the Apache Camel configuration file, that will process the message. |
Id | Specifies a unique identifier for the endpoint. The Id can be used to refer to the endpoint in the Apache Camel configuration file. |
Description | Specifies a text description of the process. The description is included in the generated XML file. |