Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties


Status

Status
colourYellow
titlePROGRESS

Priority2
Note
AssigneeAntje

Ressources

Event = System Hooks (Frage) What is the difference?

Remarks

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
titleExample 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'.


Info
iconfalse

Read on

Section


Column
width25%

...

Another Tutorial

...

AMQP Hooks 

Insert excerpt
AMQP Hooks
AMQP Hooks


Column
width25%

Another Concept Article

Brief summary of the article linked.


Column
width25%

Another interesting Tutorial

Brief summary of the article linked.