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 Details

    • ProcessorConfig

      public ProcessorConfig(String sName, Class clz)
      Construct a ProcessorConfig.
      Parameters:
      sName - the processor name
      clz - the processor or processor factory class
  • Method Details

    • getProcessorName

      public String getProcessorName()
      Determine the name of the processor.
      Returns:
      the processor name
    • getProcessorClass

      public Class getProcessorClass()
      Determine the class of the processor or its factory.
      Returns:
      the processor or processor factory class