Class ThreadDumpEndpoint
- java.lang.Object
- org.springframework.boot.actuate.management.ThreadDumpEndpoint
@Endpoint(id="threaddump") public class ThreadDumpEndpoint extends Object
Endpointto expose thread info.- Since:
- 2.0.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadDumpEndpoint.ThreadDumpDescriptorA description of a thread dump.
Constructor Summary
Constructors Constructor Description ThreadDumpEndpoint()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadDumpEndpoint.ThreadDumpDescriptorthreadDump()
Constructor Detail
ThreadDumpEndpoint
public ThreadDumpEndpoint()
Method Detail
threadDump
@ReadOperation public ThreadDumpEndpoint.ThreadDumpDescriptor threadDump()