Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update config name to make the need for a class name evident

...

  • A public interface named ProductionExceptionProcessor with a single method, processException, that accepts an Exception and returns a boolean, such that true indicates that the error should be re-thrown by Streams and false indicates it should not.
  • A new configuration parameter for Streams named production.exception.processor.class that accepts the fully qualified class name of the ProductionExceptionProcessor to use.

...