@ConfigurationProperties(prefix="endpoints.dump") public class DumpEndpoint extends AbstractEndpoint<List<ThreadInfo>>
Endpoint to expose thread info.| Constructor and Description |
|---|
DumpEndpoint()
Create a new
DumpEndpoint instance. |
| Modifier and Type | Method and Description |
|---|---|
List<ThreadInfo> |
invoke()
Called to invoke the endpoint.
|
getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitivepublic DumpEndpoint()
DumpEndpoint instance.public List<ThreadInfo> invoke()
EndpointCopyright © 2017 Pivotal Software, Inc.. All rights reserved.