Integration bus database model

Database table

Description

Integration_Connector

Stores the data of integration connectors registered in the system. Maps connectors to their assemblies and classes.

Integration_Task

Stores the data of outgoing and incoming integration tasks.

Integration_Synchronization

Stores relationships between integration tasks and connectors.

  • Incoming tasks always have one matching record.
  • Outgoing tasks can have multiple records (if there are multiple connectors with the same subscriptions).

Integration_SyncLog

Stores logs of any errors that occur when processing integration tasks.