Package org.dataloader
Interface BatchLoaderEnvironmentProvider
-
@PublicSpi public interface BatchLoaderEnvironmentProvider
A BatchLoaderEnvironmentProvider is used by theDataLoadercode to provideBatchLoaderEnvironmentcalling context to theBatchLoadercall. A common use case is for propagating user security credentials or database connection parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchLoaderEnvironmentget()
-
-
-
Method Detail
-
get
BatchLoaderEnvironment get()
- Returns:
- a
BatchLoaderEnvironmentthat may be needed in batch calls
-
-