@ConfigurationProperties(prefix="endpoints.refresh",
ignoreUnknownFields=false)
@ManagedResource
public class RefreshEndpoint
extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<Collection<String>>
| Constructor and Description |
|---|
RefreshEndpoint(ContextRefresher contextRefresher) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
invoke() |
String[] |
refresh() |
public RefreshEndpoint(ContextRefresher contextRefresher)
@ManagedOperation public String[] refresh()
public Collection<String> invoke()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.