Uses of Class
io.grpc.ServiceDescriptor
-
-
Uses of ServiceDescriptor in io.grpc
Methods in io.grpc that return ServiceDescriptor Modifier and Type Method Description ServiceDescriptorServiceDescriptor.Builder. build()Constructs a newServiceDescriptor.ServiceDescriptorServerServiceDefinition. getServiceDescriptor()The descriptor for the service.Methods in io.grpc with parameters of type ServiceDescriptor Modifier and Type Method Description static ServerServiceDefinition.BuilderServerServiceDefinition. builder(ServiceDescriptor serviceDescriptor)
-