Interface GrpcServiceDescriptor.Aware

Enclosing class:
GrpcServiceDescriptor

@Deprecated(since="4.2.4", forRemoval=true) public static interface GrpcServiceDescriptor.Aware
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:
  • ContextSettingServerInterceptor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set service descriptor.
  • Method Details

    • setServiceDescriptor

      void setServiceDescriptor(GrpcServiceDescriptor descriptor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Set service descriptor.
      Parameters:
      descriptor - service descriptor instance