@RestController
@RequestMapping(path="${spring.cloud.config.monitor.endpoint.path:}/monitor")
public class PropertyPathEndpoint
extends Object
implements org.springframework.context.ApplicationEventPublisherAware
| Constructor and Description |
|---|
PropertyPathEndpoint(PropertyPathNotificationExtractor extractor,
String busId) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
notifyByForm(org.springframework.http.HttpHeaders headers,
List<String> request) |
Set<String> |
notifyByPath(org.springframework.http.HttpHeaders headers,
Map<String,Object> request) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
public PropertyPathEndpoint(PropertyPathNotificationExtractor extractor, String busId)
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware@RequestMapping(method=POST) public Set<String> notifyByPath(@RequestHeader org.springframework.http.HttpHeaders headers, @RequestBody Map<String,Object> request)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.