rpsDataPumpInitialize(userCallbackReceiver: JadeRpsDataPumpIF) updating;
The rpsDataPumpInitialize method of the Application class performs functions required to initialize a user-defined RPS
The userCallbackReceiver parameter, if non-null, represents an instance of a user class that implements the JadeRpsDataPumpIF interface. This instance receives callbacks for a row before the row is output to the RDBMS, provided the corresponding table for the row is defined to receive such callbacks in the RPS mapping. For details about selecting classes for Output Callback, see "
This method must be called from the initialize method of the user-defined RPS
The rpsDataPumpInitialize method is valid only on RPS nodes.