Package org.lognet.springboot.grpc
Class GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder
- java.lang.Object
-
- org.lognet.springboot.grpc.GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder
-
- Enclosing class:
- GRpcServicesRegistry.GrpcServiceMethod
public static class GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GRpcServicesRegistry.GrpcServiceMethodbuild()GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuildermethod(java.lang.reflect.Method method)GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilderservice(io.grpc.BindableService service)java.lang.StringtoString()
-
-
-
Method Detail
-
service
public GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder service(io.grpc.BindableService service)
- Returns:
this.
-
method
public GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder method(java.lang.reflect.Method method)
- Returns:
this.
-
build
public GRpcServicesRegistry.GrpcServiceMethod build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-