Uses of Class
com.tangosol.coherence.rest.config.ProcessorConfig
Package
Description
Contains classes related to the Coherence REST configuration.
Contains classes related to REST-based entry processing.
-
Uses of ProcessorConfig in com.tangosol.coherence.rest.config
Modifier and TypeMethodDescriptionprotected Collection
<ProcessorConfig> RestConfig.createProcessorMap
(XmlElement xml) Create a collection of ProcessorConfig objects from the given XML configuration. -
Uses of ProcessorConfig in com.tangosol.coherence.rest.util.processor
Modifier and TypeMethodDescriptionvoid
ProcessorRegistry.register
(Collection<ProcessorConfig> colConfig) Register a collection of processors.ModifierConstructorDescriptionProcessorRegistry
(Collection<ProcessorConfig> colConfig) Construct an ProcessorRegistry that includes built-in processors in addition to the specified processors.