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 aDataLoaderInstrumentationContextthat will be invoked when the step is first dispatched and then when it completes. -
Class Summary Class Description ChainedDataLoaderInstrumentation ThisDataLoaderInstrumentationcan chain together multiple instrumentations and have them all called in the order of the provided list.DataLoaderInstrumentationHelper