java.lang.Object
io.github.resilience4j.cache.CacheRegistryStore.AtomicComputeProcessor<E>
- All Implemented Interfaces:
javax.cache.processor.EntryProcessor<String,E,E>
- Enclosing class:
CacheRegistryStore<E>
static class CacheRegistryStore.AtomicComputeProcessor<E>
extends Object
implements javax.cache.processor.EntryProcessor<String,E,E>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AtomicComputeProcessor
AtomicComputeProcessor()
-
Method Details
-
process
public E process(javax.cache.processor.MutableEntry<String,E> entry,
Object... arguments)
throws javax.cache.processor.EntryProcessorException
- Specified by:
process in interface javax.cache.processor.EntryProcessor<String,E,E>
- Throws:
javax.cache.processor.EntryProcessorException