public interface EntryProcessingResult<R>
Cache.invokeAll().EntryProcessor,
Cache.invokeAll(java.lang.Iterable<? extends K>, org.cache2k.processor.EntryProcessor<K, V, R>)| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
Original exception of entry processing or null if no exception occurred.
|
R |
getResult()
Result of entry processing.
|
R getResult()
EntryProcessingException - if an exception occurred during processing.Throwable getException()
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.