| Package | Description |
|---|---|
| org.grpcmock | |
| org.grpcmock.definitions.stub |
| Modifier and Type | Method and Description |
|---|---|
static <ReqT,RespT> |
GrpcMock.clientStreamingMethod(io.grpc.MethodDescriptor<ReqT,RespT> method)
Returns a stub builder for
MethodDescriptor.MethodType.CLIENT_STREAMING method or MethodDescriptor.MethodType.BIDI_STREAMING method with a single response at request stream completion. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientStreamingMethodStubBuilderImpl<ReqT,RespT> |
| Modifier and Type | Method and Description |
|---|---|
ClientStreamingMethodStubBuilderStep<ReqT,RespT> |
ClientStreamingMethodStubBuilderImpl.withFirstRequest(Predicate<ReqT> requestPredicate) |
<T> ClientStreamingMethodStubBuilderStep<ReqT,RespT> |
ClientStreamingMethodStubBuilderImpl.withHeader(io.grpc.Metadata.Key<T> headerKey,
Predicate<T> predicate) |
Copyright © 2023. All rights reserved.