Package io.grpc.protobuf
Interface ProtoServiceDescriptorSupplier
-
- All Superinterfaces:
ProtoFileDescriptorSupplier
- All Known Subinterfaces:
ProtoMethodDescriptorSupplier
public interface ProtoServiceDescriptorSupplier extends ProtoFileDescriptorSupplier
Provides access to the underlying proto service descriptor.- Since:
- 1.7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Descriptors.ServiceDescriptor
getServiceDescriptor()
Returns service descriptor to the proto service.-
Methods inherited from interface io.grpc.protobuf.ProtoFileDescriptorSupplier
getFileDescriptor
-
-
-
-
Method Detail
-
getServiceDescriptor
Descriptors.ServiceDescriptor getServiceDescriptor()
Returns service descriptor to the proto service.
-
-