Uses of Package
org.dataloader.registries
-
Packages that use org.dataloader.registries Package Description org.dataloader.registries -
Classes in org.dataloader.registries used by org.dataloader.registries Class Description DispatchPredicate A predicate class used byScheduledDataLoaderRegistry
to decide whether to dispatch or notScheduledDataLoaderRegistry ThisDataLoaderRegistry
will use aDispatchPredicate
whenScheduledDataLoaderRegistry.dispatchAll()
is called to test (for eachDataLoader
in the registry) if a dispatch should proceed.ScheduledDataLoaderRegistry.Builder