Interface GrpcMpExtension
-
public interface GrpcMpExtension
Microprofile service to extend features of the gRPC server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(GrpcMpContext context)
Allow the service to add configuration through the context.
-
-
-
Method Detail
-
configure
void configure(GrpcMpContext context)
Allow the service to add configuration through the context.- Parameters:
context
- context to obtain configuration objects
-
-