Interface | Description |
---|---|
DispatchPredicate |
A predicate class used by
ScheduledDataLoaderRegistry to decide whether to dispatch or not |
Class | Description |
---|---|
ScheduledDataLoaderRegistry |
This
DataLoaderRegistry will use a DispatchPredicate when ScheduledDataLoaderRegistry.dispatchAll() is called
to test (for each DataLoader in the registry) if a dispatch should proceed. |
ScheduledDataLoaderRegistry.Builder |