Interface ConfigurationUpdateHelper.PropertyProcessor

Enclosing class:
ConfigurationUpdateHelper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ConfigurationUpdateHelper.PropertyProcessor
Functional interface for custom property processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Object value, org.slf4j.Logger logger)
    Processes the property value.
  • Method Details

    • process

      void process(Object value, org.slf4j.Logger logger) throws Exception
      Processes the property value.
      Parameters:
      value - The property value
      logger - The logger to use
      Throws:
      Exception - if there's an error processing the property