Class ServiceMethodBuilder

java.lang.Object
io.dingodb.sdk.service.ServiceMethodBuilder

public class ServiceMethodBuilder extends Object
  • Constructor Details

    • ServiceMethodBuilder

      public ServiceMethodBuilder()
  • Method Details

    • buildUnary

      public static <REQ extends Message, RES extends Message> io.grpc.MethodDescriptor<REQ,RES> buildUnary(String fullName, Supplier<REQ> reqSupplier, Supplier<RES> resSupplier)