Class ServiceDescriptor

java.lang.Object
io.helidon.grpc.server.ServiceDescriptor

public class ServiceDescriptor extends Object
Encapsulates all metadata necessary to create and deploy a gRPC service.
  • Field Details

    • SERVICE_DESCRIPTOR_KEY

      public static final io.grpc.Context.Key<ServiceDescriptor> SERVICE_DESCRIPTOR_KEY
      The Context.Key to use to obtain the ServiceDescriptor.
  • Method Details