Class FaultToleranceMpService
- java.lang.Object
-
- io.helidon.microprofile.faulttolerance.FaultToleranceMpService
-
-
Constructor Summary
Constructors Constructor Description FaultToleranceMpService()
-
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.
-
-