
schemas.schema-form.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gravitee-policy-message-filtering Show documentation
Show all versions of gravitee-policy-message-filtering Show documentation
Filter messages before they are propagated
The newest version!
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"filter": {
"title": "Filter condition",
"description": "The condition to apply to filter messages (supports EL). If the message matches the filtering condition, it is returned, otherwise it is filtered.",
"type": "string"
},
"ackFilteredMessage": {
"title": "Ack filtered message",
"description": "This option allows for acknowledging filtered messages. The acknowledgment will inform the message source that it has been successfully processed.",
"type": "boolean",
"default": true
},
"filterMessageOnFilteringError": {
"title": "Filter message when an error occurs on applying filter on it",
"description": "This option allows for filter message when an error occurs on applying filter on it, i.e. Spel syntaxe error.",
"type": "boolean",
"default": true
}
},
"required": ["filter"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy