Interface BatchLoaderContextProvider


@PublicSpi @NullMarked 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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getContext

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