Package org.infinispan.jcache
Class SuccessEntryProcessorResult<T>
- java.lang.Object
-
- org.infinispan.jcache.SuccessEntryProcessorResult<T>
-
- All Implemented Interfaces:
javax.cache.processor.EntryProcessorResult<T>
public class SuccessEntryProcessorResult<T> extends Object implements javax.cache.processor.EntryProcessorResult<T>
Successful entry processor result wrapper.- Since:
- 7.0
- Author:
- Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description SuccessEntryProcessorResult(T result)
-
-
-
Constructor Detail
-
SuccessEntryProcessorResult
public SuccessEntryProcessorResult(T result)
-
-