Module io.helidon.webserver.grpc
Package io.helidon.webserver.grpc
Interface GrpcServiceDescriptor.Aware
- Enclosing class:
GrpcServiceDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.
Use the Helidon context to pass a descriptor instead
Allows users to specify that they would like to have access to a
GrpcServiceDescriptor
within their ServerInterceptor
implementation.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setServiceDescriptor
(GrpcServiceDescriptor descriptor) Deprecated, for removal: This API element is subject to removal in a future version.Set service descriptor.
-
Method Details
-
setServiceDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.Set service descriptor.- Parameters:
descriptor
- service descriptor instance
-