Interface GrpcMpContext
public interface GrpcMpContext
A context to allow Microprofile server extensions to configure additional
services or components or use the CDI bean manager.
-
Method Summary
Modifier and TypeMethodDescriptionObtain theBeanManager
.config()
Obtain the Helidon configuration.routing()
Obtain theGrpcRouting.Builder
to allow modifications to be made to the routing before the server is configured.
-
Method Details
-
config
Config config()Obtain the Helidon configuration.- Returns:
- the Helidon configuration
-
routing
GrpcRouting.Builder routing()Obtain theGrpcRouting.Builder
to allow modifications to be made to the routing before the server is configured.- Returns:
- the
GrpcRouting.Builder
-
beanManager
BeanManager beanManager()Obtain theBeanManager
.- Returns:
- the
BeanManager
-