Interface ProcessorConfiguration

All Known Subinterfaces:
PipelineConfiguration

public interface ProcessorConfiguration
Configuration of a processor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the configuration for this component.
    The name/type of the component.
    boolean
    Check if this processor configuration matches for the current request.
  • Method Details

    • getType

      String getType()
      The name/type of the component.
      Returns:
      A unique name for this component.
    • getConfiguration

      Map<String,Object> getConfiguration()
      Return the configuration for this component.
      Returns:
      The configuration for this component or an empty map if there is none.
    • match

      boolean match(ProcessingContext context)
      Check if this processor configuration matches for the current request.
      Parameters:
      context - the processing context
      Returns:
      true or false