Package org.dataloader.instrumentation
package org.dataloader.instrumentation
-
ClassDescriptionThis
DataLoaderInstrumentationcan chain together multiple instrumentations and have them all called in the order of the provided list.This interface is called when certain actions happen inside a data loaderWhen aDataLoaderInstrumentation.'beginXXX()' method is called then it must return aDataLoaderInstrumentationContextthat will be invoked when the step is first dispatched and then when it completes.