Uses of Interface
io.helidon.microprofile.server.spi.MpServiceContext
-
Packages that use MpServiceContext 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.io.helidon.microprofile.server.spi SPI to extends microprofile server. -
-
Uses of MpServiceContext in io.helidon.microprofile.faulttolerance
Methods in io.helidon.microprofile.faulttolerance with parameters of type MpServiceContext Modifier and Type Method Description voidFaultToleranceMpService. configure(MpServiceContext mpServiceContext) -
Uses of MpServiceContext in io.helidon.microprofile.health
Methods in io.helidon.microprofile.health with parameters of type MpServiceContext Modifier and Type Method Description voidHealthMpService. configure(MpServiceContext mpServiceContext) -
Uses of MpServiceContext in io.helidon.microprofile.metrics
Methods in io.helidon.microprofile.metrics with parameters of type MpServiceContext Modifier and Type Method Description voidMetricsMpService. configure(MpServiceContext serviceContext) -
Uses of MpServiceContext in io.helidon.microprofile.security
Methods in io.helidon.microprofile.security with parameters of type MpServiceContext Modifier and Type Method Description voidSecurityMpService. configure(MpServiceContext context) -
Uses of MpServiceContext in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server with parameters of type MpServiceContext Modifier and Type Method Description static RoutingBuildersRoutingBuilders. create(MpServiceContext context, Config componentConfig)Prepares the default and actualRouting.Builderinstances based on the "routing" configuration for the specific component configuration.static RoutingBuildersRoutingBuilders. create(MpServiceContext context, String componentName)Prepares the default and actualRouting.Builderinstances based on the "routing" configuration for the specific component. -
Uses of MpServiceContext in io.helidon.microprofile.server.spi
Methods in io.helidon.microprofile.server.spi with parameters of type MpServiceContext Modifier and Type Method Description voidMpService. configure(MpServiceContext context)Allow the service to add configuration through the context.
-