FeatureMessageProcessorUtil

Utility object providing safe handling and processing of feature messages for collections and individual FeatureMessageProcessor implementations.

This utility ensures that exceptions thrown during message processing are caught and logged without interrupting the execution flow. It is particularly useful in scenarios where multiple processors are involved, and a failing processor shouldn't impact the processing of others.

Functions

Link copied to clipboard

Safely processes a given feature message using each FeatureMessageProcessor in the list.