Integration Server 10.15 | Publish-Subscribe Developer’s Guide | Synchronizing Data Between Multiple Resources | Defining How a Source Resource Sends Notification of a Data Change | When Using an Adapter with the Source
 
When Using an Adapter with the Source
When you use an adapter to manage the source resource, configure the adapter to send an adapter notification when a change occurs on the resource. For information about how to configure the adapter, see the documentation for the adapter.
If the adapter does not create an publishable document type for the adapter notification, use Software AG Designer to define an publishable document type that defines the structure of the adapter notification.
Based on the adapter, the adapter does one of the following to send the adapter notification:
*Publishes the adapter notification. A trigger on the source Integration Server subscribes to this publishable document type. When the trigger receives a document that matches the publishable document type for the adapter notification, it invokes the trigger service that builds the canonical document.
*Directly invokes the service that builds the canonical document. When the service is directly invoked, the adapter notification is sent to the service as input.
For more information about creating the service that builds the canonical document, see Setting Up Key Cross-Referencing in the Source Integration Server .