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