Client SDK
The runtime engine has a command line interface that is used to manage integrations through user-defined scripts. It also has a Java SDK which is called the Client SDK. You can use the Client SDK to use the Runtime Engine command line interface or Integration Manager to execute integrations, and to dynamically submit jobs synchronously or asynchronously, monitor run-time events, and get job status from the Runtime Engine.
The Client SDK samples repository is available on
GitHub®. The samples in this project use the same provided DataConnect integration package and demonstrate:
• Synchronous execution
• Asynchronous execution using polling to determine completion
• Asynchronous execution using wait/notify to determine completion
• Asynchronous execution with a progress listener
There is a secondary GitHub repository which serves as a Maven repository.
Last modified date: 02/01/2024