Uses of Interface
com.tangosol.coherence.rest.util.processor.ProcessorFactory
Packages that use ProcessorFactory
Package
Description
Contains classes related to REST-based entry processing.
-
Uses of ProcessorFactory in com.tangosol.coherence.rest.util.processor
Classes in com.tangosol.coherence.rest.util.processor that implement ProcessorFactoryModifier and TypeClassDescriptionclass
The default implementation ofProcessorFactory
.class
ProcessorFactory
that can be used to create aNumberIncrementor
.class
ProcessorFactory
that can be used to create aNumberMultiplier
.Methods in com.tangosol.coherence.rest.util.processor with parameters of type ProcessorFactoryModifier and TypeMethodDescriptionvoid
ProcessorRegistry.register
(String sName, ProcessorFactory factory) Registers a processor factory with the given name.