Class FailureEntryProcessorResult<T>

java.lang.Object
org.infinispan.jcache.FailureEntryProcessorResult<T>
All Implemented Interfaces:
javax.cache.processor.EntryProcessorResult<T>

public class FailureEntryProcessorResult<T> extends Object implements javax.cache.processor.EntryProcessorResult<T>
Failure entry processor result wrapper.
Author:
Galder ZamarreƱo
  • Constructor Details

    • FailureEntryProcessorResult

      public FailureEntryProcessorResult(Throwable t)
  • Method Details

    • get

      public T get() throws javax.cache.processor.EntryProcessorException
      Specified by:
      get in interface javax.cache.processor.EntryProcessorResult<T>
      Throws:
      javax.cache.processor.EntryProcessorException