Package org.dataloader.instrumentation
-
Interface Summary Interface Description DataLoaderInstrumentation This interface is called when certain actions happen inside a data loaderDataLoaderInstrumentationContext<T> When 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. -
Class Summary Class Description ChainedDataLoaderInstrumentation ThisDataLoaderInstrumentation
can chain together multiple instrumentations and have them all called in the order of the provided list.DataLoaderInstrumentationHelper