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