Class PropertyPathEndpoint
java.lang.Object
org.springframework.cloud.config.monitor.PropertyPathEndpoint
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware
@RestController
@RequestMapping(path="${spring.cloud.config.monitor.endpoint.path:}/monitor")
public class PropertyPathEndpoint
extends Object
implements org.springframework.context.ApplicationEventPublisherAware
HTTP endpoint for webhooks coming from repository providers.
- Author:
- Dave Syer
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyPathEndpoint(PropertyPathNotificationExtractor extractor, String busId) -
Method Summary
Modifier and TypeMethodDescriptionnotifyByForm(org.springframework.http.HttpHeaders headers, List<String> request) notifyByPath(org.springframework.http.HttpHeaders headers, Map<String, Object> request) voidsetApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
-
Constructor Details
-
PropertyPathEndpoint
-
-
Method Details
-
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) - Specified by:
setApplicationEventPublisherin interfaceorg.springframework.context.ApplicationEventPublisherAware
-
notifyByPath
-
notifyByForm
-