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.Main Start a Helidon microprofile server that collects JAX-RS resources from configuration or from classpath.Server.Builder Builder to buildServer
instance.ServerCdiExtension Extension to gather JAX-RS application or JAX-RS resource classes if no application is present.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.