Package com.tangosol.coherence.rest.util.processor
Contains classes related to REST-based entry processing.
-
Interface Summary Interface Description ProcessorFactory<K,V,R> A factory for processors. -
Class Summary Class Description DefaultProcessorFactory The default implementation ofProcessorFactory
.NumberIncrementorFactory ProcessorFactory
that can be used to create aNumberIncrementor
.NumberMultiplierFactory ProcessorFactory
that can be used to create aNumberMultiplier
.ProcessorRegistry A registry forProcessorFactory
instances.