Uses of Class
io.helidon.microprofile.server.ServerCdiExtension
Package
Description
Support for Micrometer in Helidon MP.
Implements the JAX-RS and CDI support for microprofile.
Microprofile metrics specification implementation.
General-purpose reusable artifacts to help write CDI extensions, annotation processing, and interceptors for Helidon
services.
-
Uses of ServerCdiExtension in io.helidon.integrations.micrometer.cdi
Modifier and TypeMethodDescriptionMicrometerCdiExtension.registerService
(Object adv, BeanManager bm, ServerCdiExtension serverCdiExtension) Registers the service-related endpoint, after security and as CDI initializes the app scope, returning the default routing for optional use by the caller. -
Uses of ServerCdiExtension in io.helidon.microprofile.health
Modifier and TypeMethodDescriptionHealthCdiExtension.registerService
(Object adv, BeanManager bm, ServerCdiExtension server) -
Uses of ServerCdiExtension in io.helidon.microprofile.metrics
Modifier and TypeMethodDescriptionMetricsCdiExtension.registerService
(Object adv, BeanManager bm, ServerCdiExtension server) -
Uses of ServerCdiExtension in io.helidon.servicecommon.restcdi
Modifier and TypeMethodDescriptionHelidonRestCdiExtension.registerService
(Object adv, BeanManager bm, ServerCdiExtension server) Registers the service-related endpoint, after security and as CDI initializes the app scope, returning the default routing for optional use by the caller.