Class ThreadDumpEndpoint
- java.lang.Object
-
- io.gravitee.node.management.http.node.thread.ThreadDumpEndpoint
-
- All Implemented Interfaces:
ManagementEndpoint
public class ThreadDumpEndpoint extends Object implements ManagementEndpoint
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description ThreadDumpEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.vertx.ext.web.RoutingContext context)io.gravitee.common.http.HttpMethodmethod()Stringpath()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.gravitee.node.management.http.endpoint.ManagementEndpoint
isWebhook
-
-
-
-
Method Detail
-
method
public io.gravitee.common.http.HttpMethod method()
- Specified by:
methodin interfaceManagementEndpoint
-
path
public String path()
- Specified by:
pathin interfaceManagementEndpoint
-
handle
public void handle(io.vertx.ext.web.RoutingContext context)
- Specified by:
handlein interfaceManagementEndpoint
-
-