| Package | Description |
|---|---|
| org.grpcmock.definitions.stub | |
| org.grpcmock.definitions.stub.steps |
| Modifier and Type | Method and Description |
|---|---|
MethodStub<ReqT,RespT> |
ClientStreamingMethodStubBuilderImpl.build() |
MethodStub<ReqT,RespT> |
UnaryMethodStubBuilderImpl.build() |
MethodStub<ReqT,RespT> |
ServerStreamingMethodStubBuilderImpl.build() |
MethodStub<ReqT,RespT> |
BidiStreamingMethodStubBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
ServiceStub.registerMethod(MethodStub<ReqT,RespT> methodStub) |
| Constructor and Description |
|---|
ServiceStub(MethodStub<?,?> methodStub) |
| Modifier and Type | Method and Description |
|---|---|
MethodStub<ReqT,RespT> |
MethodStubBuilder.build() |
Copyright © 2023. All rights reserved.