Interface GrpcMpExtension
- All Known Implementing Classes:
GrpcMpTracingExtension
public interface GrpcMpExtension
Microprofile service to extend features of the server.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(GrpcMpContext context) Allow the service to add configuration through the context.
-
Method Details
-
configure
Allow the service to add configuration through the context.- Parameters:
context
- context to obtain configuration objects
-