Package org.lognet.springboot.grpc
Class GRpcServicesRegistry.GrpcServiceMethod
- java.lang.Object
-
- org.lognet.springboot.grpc.GRpcServicesRegistry.GrpcServiceMethod
-
- Enclosing class:
- GRpcServicesRegistry
public static class GRpcServicesRegistry.GrpcServiceMethod extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilderbuilder()java.lang.reflect.MethodgetMethod()io.grpc.BindableServicegetService()
-
-
-
Method Detail
-
builder
public static GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder builder()
-
getService
public io.grpc.BindableService getService()
-
getMethod
public java.lang.reflect.Method getMethod()
-
-