Uses of Class
io.helidon.microprofile.server.ServerCdiExtension
-
Packages that use ServerCdiExtension Package Description io.helidon.integrations.micrometer.cdi Support for Micrometer in Helidon MP.io.helidon.microprofile.metrics Microprofile metrics specification implementation.io.helidon.servicecommon.restcdi 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 ServerCdiExtension Modifier and Type Method Description protected Routing.Builder
MicrometerCdiExtension. 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.metrics
Methods in io.helidon.microprofile.metrics with parameters of type ServerCdiExtension Modifier and Type Method Description protected Routing.Builder
MetricsCdiExtension. 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 ServerCdiExtension Modifier and Type Method Description protected Routing.Builder
HelidonRestCdiExtension. 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.
-