Uses of Interface
io.helidon.microprofile.server.Server
-
Uses of Server in io.helidon.microprofile.server
Modifier and TypeClassDescriptionclass
Server to handle lifecycle of microprofile implementation.Modifier and TypeMethodDescriptionServer.Builder.build()
Build a server based on this builder.static 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).ServerImpl.start()
Server.stop()
Stop this server immediately (can only be used on a started server).ServerImpl.stop()