Class CompositePropertyPathNotificationExtractor

java.lang.Object
org.springframework.cloud.config.monitor.CompositePropertyPathNotificationExtractor
All Implemented Interfaces:
PropertyPathNotificationExtractor

public class CompositePropertyPathNotificationExtractor extends Object implements PropertyPathNotificationExtractor
A PropertyPathNotificationExtractor that cycles through a set of (ordered) delegates, looking for the first non-null outcome.
Author:
Dave Syer