Class GitlabPropertyPathNotificationExtractor
java.lang.Object
org.springframework.cloud.config.monitor.BasePropertyPathNotificationExtractor
org.springframework.cloud.config.monitor.GitlabPropertyPathNotificationExtractor
- All Implemented Interfaces:
PropertyPathNotificationExtractor
@Order(2147483547)
public class GitlabPropertyPathNotificationExtractor
extends BasePropertyPathNotificationExtractor
- Author:
- Dave Syer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanrequestBelongsToGitRepoManager(org.springframework.http.HttpHeaders headers) Methods inherited from class BasePropertyPathNotificationExtractor
addPaths, extractMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PropertyPathNotificationExtractor
extract
-
Constructor Details
-
GitlabPropertyPathNotificationExtractor
public GitlabPropertyPathNotificationExtractor()
-
-
Method Details
-
requestBelongsToGitRepoManager
protected boolean requestBelongsToGitRepoManager(org.springframework.http.HttpHeaders headers) - Specified by:
requestBelongsToGitRepoManagerin classBasePropertyPathNotificationExtractor
-