Package org.grpcmock.definitions.stub
Class ServiceStub
java.lang.Object
org.grpcmock.definitions.stub.ServiceStub
- Author:
- Fadelis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<ReqT,RespT>
ServiceStubregisterMethod(MethodStub<ReqT, RespT> methodStub) io.grpc.ServerServiceDefinition
-
Constructor Details
-
ServiceStub
-
-
Method Details
-
serverServiceDefinition
public io.grpc.ServerServiceDefinition serverServiceDefinition() -
registerMethod
-