Class BasePropertyPathNotificationExtractor
java.lang.Object
org.springframework.cloud.config.monitor.BasePropertyPathNotificationExtractor
- All Implemented Interfaces:
PropertyPathNotificationExtractor
- Direct Known Subclasses:
GiteaPropertyPathNotificationExtractor, GiteePropertyPathNotificationExtractor, GithubPropertyPathNotificationExtractor, GitlabPropertyPathNotificationExtractor, GogsPropertyPathNotificationExtractor
public abstract class BasePropertyPathNotificationExtractor
extends Object
implements PropertyPathNotificationExtractor
- Author:
- Dave Syer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected abstract booleanrequestBelongsToGitRepoManager(org.springframework.http.HttpHeaders headers) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PropertyPathNotificationExtractor
extract
-
Constructor Details
-
BasePropertyPathNotificationExtractor
public BasePropertyPathNotificationExtractor()
-
-
Method Details
-
extract
public PropertyPathNotification extract(org.springframework.http.HttpHeaders headers, Map<String, Object> request) - Specified by:
extractin interfacePropertyPathNotificationExtractor
-
addPaths
-
requestBelongsToGitRepoManager
protected abstract boolean requestBelongsToGitRepoManager(org.springframework.http.HttpHeaders headers)
-