Interface BatchLoaderContextProvider


  • @PublicSpi
    public interface BatchLoaderContextProvider
    A BatchLoaderContextProvider is used by the DataLoader code to provide overall calling context to the BatchLoader call. A common use case is for propagating user security credentials or database connection parameters for example.
    • Method Detail

      • getContext

        java.lang.Object getContext()
        Returns:
        a context object that may be needed in batch load calls