Class CacheRegistryStore.AtomicComputeProcessor<E>

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 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