Class ServerStopEndpoint
- java.lang.Object
-
- io.micronaut.management.endpoint.stop.ServerStopEndpoint
-
@Endpoint(id="stop", defaultEnabled=false) public class ServerStopEndpoint extends java.lang.Object
Exposes an
Endpointto stop the server.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectstop()Stops the server.
-