Package org.dataloader
Interface BatchLoaderEnvironmentProvider
-
@PublicSpi public interface BatchLoaderEnvironmentProvider
A BatchLoaderEnvironmentProvider is used by theDataLoader
code to provideBatchLoaderEnvironment
calling context to theBatchLoader
call. 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 BatchLoaderEnvironment
get()
-
-
-
Method Detail
-
get
BatchLoaderEnvironment get()
- Returns:
- a
BatchLoaderEnvironment
that may be needed in batch calls
-
-