@ManagedResource public class RefreshBusEndpoint extends AbstractBusEndpoint
| Constructor and Description |
|---|
RefreshBusEndpoint(org.springframework.context.ApplicationEventPublisher context,
String id,
BusEndpoint delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
refresh(String destination) |
getEndpointType, getInstanceId, getPath, isSensitive, publishpublic RefreshBusEndpoint(org.springframework.context.ApplicationEventPublisher context,
String id,
BusEndpoint delegate)
@RequestMapping(value="refresh",
method=POST)
@ResponseBody
@ManagedOperation
public void refresh(@RequestParam(value="destination",required=false)
String destination)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.