Page Properties |
---|
Status | Status |
---|
| |
---|
colour | Yellow |
---|
title | PROGRESS |
---|
|
|
---|
Priority | 2 |
---|
Note |
|
---|
Assignee | Antje |
---|
RessourcesEvent = System Hooks What is the difference? This article is intended just to provide context for the contained pages. - Antje: concept-related content from tutorial inserted here for further processing
- Antje: writing started
|
...
Code Block |
---|
title | Example System Hook Configuration |
---|
|
{
"systemhooks": {
"amqp": [
{
"bulkSize": 10,
"enable": true,
"password": "optimalsecret",
"predicate": "spel:(contentStreams != null && contentStreams.size() > 0 && contentStreams[0]['range'] != null && contentStreams[0]['range'].length() > 0) ? true : false",
"queue": "lc.textextraction",
"type": "object.insert.document",
"url": "10.10.6.242:5672",
"user": "rootclouduser"
}
],
"webhooks": [
{
"enable": true,
"predicate": "spel:true",
"type": "user.info",
"url": "http://organization/api/userinfo/${tenant}/${userId}"
}
]
}
} |
Summary
This article gave an introduction into the Concept of System Hooks in yuuvis® Momentum. Detailed information on the two different groups of System Hooks in yuuvis® Momentum can be found in the articles below. An example configuration of Webhooks is shown in the Tutorial 'Preprocessing Metadata using Webhooks'.
...
Another Tutorial
...
Column |
---|
| Another Concept Article Brief summary of the article linked. |
Column |
---|
| Another interesting Tutorial Brief summary of the article linked. |
|
|