How to access general connection specific configuration entries from export related classes
I am adding export functionality to a customer specific plugin that already contains import functionality. The customer specific class derived from DataStoreType creates some general connection related configuration entries which are needed and shared by both import and export, e.g. URL and authentication information.
I have been able to provide the general connection configuration entries to the import classes, but how can the customer specific export classes derived from ExportJobType or OutputAdapter get access to this information? The ReadableDataSinkConfiguration object does not contain connection related data.
I am using SDK 7.1.6.
Please sign in to leave a comment.
Comments
1 comment