Uses of Class
com.tangosol.coherence.rest.config.ProcessorConfig
-
Packages that use ProcessorConfig Package Description com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration.com.tangosol.coherence.rest.util.processor Contains classes related to REST-based entry processing. -
-
Uses of ProcessorConfig in com.tangosol.coherence.rest.config
Methods in com.tangosol.coherence.rest.config that return types with arguments of type ProcessorConfig Modifier and Type Method Description protected 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
Method parameters in com.tangosol.coherence.rest.util.processor with type arguments of type ProcessorConfig Modifier and Type Method Description void
ProcessorRegistry. register(Collection<ProcessorConfig> colConfig)
Register a collection of processors.Constructor parameters in com.tangosol.coherence.rest.util.processor with type arguments of type ProcessorConfig Constructor Description ProcessorRegistry(Collection<ProcessorConfig> colConfig)
Construct an ProcessorRegistry that includes built-in processors in addition to the specified processors.
-