Uses of Class
io.helidon.microprofile.server.MpException
-
Packages that use MpException Package Description io.helidon.microprofile.server Microprofile 1.0 server implementation. -
-
Uses of MpException in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server that throw MpException Modifier and Type Method Description static Server
Server. create()
Create a server instance for discovered JAX-RS application (through CDI).static Server
Server. create(Class<? extends Application>... applicationClasses)
Create a server instance for a JAX-RS application class.static Server
Server. create(Application... applications)
Create a server instance for a JAX-RS application.Server
Server. start()
Start this server (can only be used once).Server
Server. stop()
Stop this server immediately (can only be used on a started server).
-