Package io.helidon.microprofile.server
Microprofile 1.0 server implementation.
-
Interface Summary Interface Description RoutingBuilders ProvidesRouting.Builderinstances (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 createJaxRsApplicationinstances.JaxRsCdiExtension Configure Jersey related things.Main Deprecated. since 2.0.0, useMaininsteadServer.Builder Builder to buildServerinstance.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 aServiceto register with routing.