T - the type of EntryProcessor resultpublic class RIEntryProcessorResult<T> extends Object implements javax.cache.processor.EntryProcessorResult<T>
EntryProcessorResult.| Constructor and Description |
|---|
RIEntryProcessorResult(Exception exception)
Constructs an
RIEntryProcessorResult for an Exception,
that of which will be returned wrapped as an EntryProcessorException. |
RIEntryProcessorResult(T result)
Constructs an
RIEntryProcessorResult for a resulting value |
public RIEntryProcessorResult(T result)
RIEntryProcessorResult for a resulting valueresult - the resultpublic RIEntryProcessorResult(Exception exception)
RIEntryProcessorResult for an Exception,
that of which will be returned wrapped as an EntryProcessorException.exception - the ExceptionCopyright © 2019. All rights reserved.