Processors
Documentation for Processors element
Description
Defines the Processors used by this Content Deployer.
When the Receiver receives an incoming Transport Package, it passes the Transport Package to the Content Deployer. The Content Deployer then executes one of its two Processors:
- If the content was sent with an instruction to publish this content, the Content Deployer executes the Processor with its Action attribute set to
Deploy. This normally means that the Content Deployer sends the content to the Content Broker to store it in the Content Data Store. - If the content was sent with an instruction to unpublish this content, the Content Deployer executes the Processor with its Action attribute set to
Undeploy. This normally means that the Content Deployer instructs the Content Broker to remove this content from the Content Data Store.
You can change the default deployment or undeployment behavior by making a custom Processor or custom Module.
Child elements
Note: Child elements must occur in the order shown.
| Child element | Must occur at least | May occur at most |
|---|---|---|
| Processor | 1 time | any number of times |