EVENTS_CUSTOMINFO Structure - 8.0

Talend ESB Infrastructure Services Configuration Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

Field

Type

Description

ID bigint(20) Stores the unique persistence id of EVENTS_CUSTOMINFO
EVENT_ID bigint(20) Stores the relative EVENT's ID value
CUST_KEY varchar(255)
The custom property key, for example:
  • address for SOAP events,

  • address, Accept Type, Content Type, Response Code for REST events.

CUST_VALUE varchar(255)
The custom property value corresponding to the custom key, for example:
  • for address, the URL of the service,

  • for Accept Type, acceptable data types,

  • for Content Type, actual type of the returned response,

  • for Response Code, the status code of the response.