Uses of Interface
io.helidon.microprofile.server.spi.MpService
-
Packages that use MpService Package Description io.helidon.microprofile.faulttolerance Helidon implementation of Microprofile fault tolerance.io.helidon.microprofile.health Implements the JAX-RS and CDI support for microprofile.io.helidon.microprofile.metrics Microprofile metrics specification implementation.io.helidon.microprofile.security Integration of Helidon security with Microprofile server.io.helidon.microprofile.server Microprofile 1.0 server implementation. -
-
Uses of MpService in io.helidon.microprofile.faulttolerance
Classes in io.helidon.microprofile.faulttolerance that implement MpService Modifier and Type Class Description classFaultToleranceMpServiceClass FaultToleranceMpService. -
Uses of MpService in io.helidon.microprofile.health
Classes in io.helidon.microprofile.health that implement MpService Modifier and Type Class Description classHealthMpServiceHelidon Microprofile Server extension for Health checks. -
Uses of MpService in io.helidon.microprofile.metrics
Classes in io.helidon.microprofile.metrics that implement MpService Modifier and Type Class Description classMetricsMpServiceExtension of microprofileServerto enable support for metrics and metrics REST API. -
Uses of MpService in io.helidon.microprofile.security
Classes in io.helidon.microprofile.security that implement MpService Modifier and Type Class Description classSecurityMpServiceSecurity extension. -
Uses of MpService in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server with parameters of type MpService Modifier and Type Method Description Server.BuilderServer.Builder. addExtension(MpService service)Add an extension to the list of extensions.Method parameters in io.helidon.microprofile.server with type arguments of type MpService Modifier and Type Method Description Server.BuilderServer.Builder. extensionsService(HelidonServiceLoader.Builder<MpService> loaderBuilder)Configure the extension builder.
-