Uses of Class
io.helidon.microprofile.server.MpException
-
Uses of MpException in io.helidon.microprofile.server
Modifier and TypeMethodDescriptionstatic Server
Server.create()
Create a server instance for discovered JAX-RS application (through CDI).static Server
Server.create
(Application... applications) Create a server instance for a JAX-RS application.static Server
Server.create
(Class<? extends Application>... applicationClasses) Create a server instance for a JAX-RS application class.Server.start()
Start this server (can only be used once).Server.stop()
Stop this server immediately (can only be used on a started server).