Uses of Class
io.grpc.ServiceDescriptor
Packages that use ServiceDescriptor
-
Uses of ServiceDescriptor in dev.enola.core.proto
Methods in dev.enola.core.proto that return ServiceDescriptorModifier and TypeMethodDescriptionstatic ServiceDescriptor
EnolaServiceGrpc.getServiceDescriptor()
-
Uses of ServiceDescriptor in io.grpc
Methods in io.grpc that return ServiceDescriptorModifier and TypeMethodDescriptionServiceDescriptor.Builder.build()
Constructs a newServiceDescriptor
.ServerServiceDefinition.getServiceDescriptor()
The descriptor for the service.Methods in io.grpc with parameters of type ServiceDescriptorModifier and TypeMethodDescriptionServerServiceDefinition.builder
(ServiceDescriptor serviceDescriptor)