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 Details

    • getMethodDescriptor

      @CheckReturnValue Descriptors.MethodDescriptor getMethodDescriptor()
      Returns method descriptor to the proto service method.