Package org.dataloader.reactive
Interface ReactiveSupport.HelperIntegration<K>
- Type Parameters:
K
- for keys
- Enclosing class:
- ReactiveSupport
public static interface ReactiveSupport.HelperIntegration<K>
Just some callbacks to the data loader code to do common tasks
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearCacheEntriesOnExceptions
(List<K> keys) void
clearCacheView
(K key) getStats()
-
Method Details
-
getStats
StatisticsCollector getStats() -
clearCacheView
-
clearCacheEntriesOnExceptions
-