Interface GrpcMpExtension
-
public interface GrpcMpExtensionMicroprofile service to extend features of the gRPC server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(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
-
-