Interface MpService
-
- All Known Implementing Classes:
FaultToleranceMpService
,HealthMpService
,MpTracingService
,OpenAPIMpService
,SecurityMpService
public interface MpService
Microprofile service to extend features of the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(MpServiceContext context)
Allow the service to add configuration through the context.
-
-
-
Method Detail
-
configure
void configure(MpServiceContext context)
Allow the service to add configuration through the context.- Parameters:
context
- context to obtain Jersey and webserver configuration objects
-
-