Interface PropertyPathNotificationExtractor
- All Known Implementing Classes:
BasePropertyPathNotificationExtractor, BitbucketPropertyPathNotificationExtractor, CompositePropertyPathNotificationExtractor, GiteaPropertyPathNotificationExtractor, GiteePropertyPathNotificationExtractor, GithubPropertyPathNotificationExtractor, GitlabPropertyPathNotificationExtractor, GogsPropertyPathNotificationExtractor
public interface PropertyPathNotificationExtractor
Strategy for extracting a
PropertyPathNotification from an incoming,
unstructured request. Different providers of notifications have different payloads for
their events, and different headers (e.g. HTTP headers for a webhook).- Author:
- Dave Syer
-
Method Summary
-
Method Details
-
extract
-
extract
PropertyPathNotification extract(org.springframework.http.HttpHeaders headers, Map<String, Object> payload)
-