Integration bus database model

Database tableDescription
Integration_ConnectorStores the data of integration connectors registered in the system. Maps connectors to their assemblies and classes.
Integration_TaskStores 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_SyncLogStores logs of any errors that occur when processing integration tasks.