Package org.dataloader.instrumentation
package org.dataloader.instrumentation
-
ClassDescriptionThis
DataLoaderInstrumentation
can 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 aDataLoaderInstrumentationContext
that will be invoked when the step is first dispatched and then when it completes.