Package org.dataloader.registries
-
Interface Summary Interface Description DispatchPredicate A predicate class used byScheduledDataLoaderRegistry
to decide whether to dispatch or not -
Class Summary Class Description ScheduledDataLoaderRegistry ThisDataLoaderRegistry
will useDispatchPredicate
s whenScheduledDataLoaderRegistry.dispatchAll()
is called to test (for eachDataLoader
in the registry) if a dispatch should proceed.ScheduledDataLoaderRegistry.Builder