Package | Description |
---|---|
com.tangosol.coherence.rest.util.processor |
Contains classes related to REST-based entry processing.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProcessorFactory
The default implementation of
ProcessorFactory . |
class |
NumberIncrementorFactory
ProcessorFactory that can be used to create a
NumberIncrementor . |
class |
NumberMultiplierFactory
ProcessorFactory that can be used to create a
NumberMultiplier . |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorRegistry.register(String sName,
ProcessorFactory factory)
Registers a processor factory with the given name.
|