Class DumpEndpoint
- java.lang.Object
- org.springframework.boot.actuate.endpoint.AbstractEndpoint<List<ThreadInfo>>
- org.springframework.boot.actuate.endpoint.DumpEndpoint
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,Endpoint<List<ThreadInfo>>,org.springframework.context.EnvironmentAware
@ConfigurationProperties(prefix="endpoints.dump") public class DumpEndpoint extends AbstractEndpoint<List<ThreadInfo>>
Endpointto expose thread info.
Constructor Summary
Constructors Constructor Description DumpEndpoint()Create a newDumpEndpointinstance.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ThreadInfo>invoke()Called to invoke the endpoint.Methods inherited from class org.springframework.boot.actuate.endpoint.AbstractEndpoint
getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitive
Constructor Detail
DumpEndpoint
public DumpEndpoint()
Create a newDumpEndpointinstance.
Method Detail
invoke
public List<ThreadInfo> invoke()
Description copied from interface:EndpointCalled to invoke the endpoint.- Returns:
- the results of the invocation