Interface ProcessorFactory<K,V,R>

Type Parameters:
K - the type of the Map entry key
V - the type of the Map entry value
R - the type of value returned by the EntryProcessor
All Known Implementing Classes:
DefaultProcessorFactory, NumberIncrementorFactory, NumberMultiplierFactory

public interface ProcessorFactory<K,V,R>
A factory for processors.
Author:
vp 2011.07.08
  • Method Details

    • getProcessor

      InvocableMap.EntryProcessor<K,V,R> getProcessor(String... asArgs)
      Returns a processor instance.
      Parameters:
      asArgs - processor configuration arguments
      Returns:
      a processor instance