Class ProcessorConfig
java.lang.Object
com.tangosol.coherence.rest.config.ProcessorConfig
The ProcessorConfig class encapsulates information related to a
Coherence REST EntryProcessor configuration.
- Author:
- vp 2011.07.08
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDetermine the class of the processor or its factory.Determine the name of the processor.
-
Constructor Details
-
ProcessorConfig
Construct a ProcessorConfig.- Parameters:
sName
- the processor nameclz
- the processor or processor factory class
-
-
Method Details
-
getProcessorName
Determine the name of the processor.- Returns:
- the processor name
-
getProcessorClass
Determine the class of the processor or its factory.- Returns:
- the processor or processor factory class
-