@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, setSensitive
public DumpEndpoint()
DumpEndpoint
instance.public List<ThreadInfo> invoke()
Endpoint
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.