Package io.helidon.microprofile.server
Microprofile 1.0 server implementation.
-
Interface Summary Interface Description RoutingBuilders ProvidesRouting.Builder
instances (for the default and the actual) for a Helidon MP service, based on configuration for the component (if any) and defaults otherwise.Server Microprofile server. -
Class Summary Class Description JaxRsApplication A JAX-RS application to be registered.JaxRsApplication.Builder Fluent API builder to createJaxRsApplication
instances.JaxRsCdiExtension Configure Jersey related things.Main Deprecated. since 2.0.0, useMain
insteadServer.Builder Builder to buildServer
instance.ServerCdiExtension Extension to handle web server configuration and lifecycle.ServerImpl Server to handle lifecycle of microprofile implementation. -
Exception Summary Exception Description MpException A generic Microprofile runtime exception. -
Annotation Types Summary Annotation Type Description RoutingName RoutingPath Path of aService
to register with routing.