| Script |
Allows a Groovy script for dispatching based on any arbitrary criteria. |
| Sequence |
Dispatches to the configured responses in sequence, starting from the beginning when the last has been reached. |
| Query match |
Specifies a number of matching queries for the request and their target MockResponse. |
| Xpath |
Dispatches based on a specified XPath expression that will be used to select the name of the MockResponse step to dispatch to. |
| Random |
Dispatches randomly between existing MockResponses. |