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.openapi Support for OpenAPI in Helidon MP.io.helidon.microprofile.security Integration of Helidon security with Microprofile server.io.helidon.microprofile.server Microprofile 1.0 server implementation.io.helidon.microprofile.tracing Microprofile extension for tracing. -
-
Uses of MpService in io.helidon.microprofile.faulttolerance
Classes in io.helidon.microprofile.faulttolerance that implement MpService Modifier and Type Class Description class
FaultToleranceMpService
Class FaultToleranceMpService. -
Uses of MpService in io.helidon.microprofile.health
Classes in io.helidon.microprofile.health that implement MpService Modifier and Type Class Description class
HealthMpService
Helidon Microprofile Server extension for Health checks. -
Uses of MpService in io.helidon.microprofile.openapi
Classes in io.helidon.microprofile.openapi that implement MpService Modifier and Type Class Description class
OpenAPIMpService
Sets up OpenAPI support in the Helidon MP server. -
Uses of MpService in io.helidon.microprofile.security
Classes in io.helidon.microprofile.security that implement MpService Modifier and Type Class Description class
SecurityMpService
Security 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.Builder
Server.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.Builder
Server.Builder. extensionsService(HelidonServiceLoader.Builder<MpService> loaderBuilder)
Configure the extension builder. -
Uses of MpService in io.helidon.microprofile.tracing
Classes in io.helidon.microprofile.tracing that implement MpService Modifier and Type Class Description class
MpTracingService
Extension of MicroProfile to add support for tracing.
-