@ConfigurationProperties(prefix="endpoints.dump", ignoreUnknownFields=false) 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.
|
getId, isEnabled, isSensitive, setEnabled, setId, setSensitive
public DumpEndpoint()
DumpEndpoint
instance.public List<ThreadInfo> invoke()
Endpoint
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.