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

      • SuccessEntryProcessorResult

        public SuccessEntryProcessorResult​(T result)
    • Method Detail

      • get

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