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
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PropertyPathNotificationExtractor
extract
-
Constructor Details
-
CompositePropertyPathNotificationExtractor
public CompositePropertyPathNotificationExtractor(List<PropertyPathNotificationExtractor> extractors)
-
-
Method Details
-
extract
public PropertyPathNotification extract(org.springframework.http.HttpHeaders headers, Map<String, Object> request) - Specified by:
extractin interfacePropertyPathNotificationExtractor
-