Uses of Class
io.helidon.microprofile.server.ServerCdiExtension
Packages that use 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
Methods in io.helidon.integrations.micrometer.cdi with parameters of type ServerCdiExtensionModifier 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
Methods in io.helidon.microprofile.health with parameters of type ServerCdiExtensionModifier and TypeMethodDescriptionHealthCdiExtension.registerService
(Object adv, BeanManager bm, ServerCdiExtension server) -
Uses of ServerCdiExtension in io.helidon.microprofile.metrics
Methods in io.helidon.microprofile.metrics with parameters of type ServerCdiExtensionModifier and TypeMethodDescriptionMetricsCdiExtension.registerService
(Object adv, BeanManager bm, ServerCdiExtension server) -
Uses of ServerCdiExtension in io.helidon.servicecommon.restcdi
Methods in io.helidon.servicecommon.restcdi with parameters of type ServerCdiExtensionModifier 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.