Class ProcessorConfig
- java.lang.Object
-
- com.tangosol.coherence.rest.config.ProcessorConfig
-
public class ProcessorConfig extends Object
The ProcessorConfig class encapsulates information related to a Coherence REST EntryProcessor configuration.- Author:
- vp 2011.07.08
-
-
Constructor Summary
Constructors Constructor Description ProcessorConfig(String sName, Class clz)
Construct a ProcessorConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getProcessorClass()
Determine the class of the processor or its factory.String
getProcessorName()
Determine the name of the processor.
-