@RestController
@RequestMapping(path="${spring.cloud.config.monitor.endpoint.path:}/monitor")
public class PropertyPathEndpoint
extends Object
implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
PropertyPathEndpoint() |
| 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 |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic 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 © 2017 Pivotal Software, Inc.. All rights reserved.