1. Proxies and Flow

abort

Version

Plugins are usually applied to requests and responses. In case of errors, the flow returns and handleAbort() is called on plugins going back the chain. By nesting plugins into an <abort> you can limit their application to abort flows only. On plugins nested in <abort> handleResponse() is called not handleAbort() in order to allow normal processing.

Syntax

abort:
- <flow>
abort:
  - <flow>

Child Structure

ElementCardinalityDescription
flow0..*Sets the flow of plugins that will be executed.

Can be used in