Package io.helidon.microprofile.health
Class HealthMpService
- java.lang.Object
-
- io.helidon.microprofile.health.HealthMpService
-
-
Constructor Summary
Constructors Constructor Description HealthMpService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(MpServiceContext mpServiceContext)
Allow the service to add configuration through the context.
-
-
-
Method Detail
-
configure
public void configure(MpServiceContext mpServiceContext)
Description copied from interface:MpService
Allow the service to add configuration through the context.
-
-