Package io.helidon.grpc.server
Interface ServiceDescriptor.Aware
-
- Enclosing class:
- ServiceDescriptor
public static interface ServiceDescriptor.AwareAllows users to specify that they would like to have access to aServiceDescriptorwithin theirServerInterceptorimplementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetServiceDescriptor(ServiceDescriptor descriptor)Set service descriptor.
-
-
-
Method Detail
-
setServiceDescriptor
void setServiceDescriptor(ServiceDescriptor descriptor)
Set service descriptor.- Parameters:
descriptor- service descriptor instance
-
-