| Package | Description |
|---|---|
| org.grpcmock | |
| org.grpcmock.definitions.stub |
| Modifier and Type | Method and Description |
|---|---|
static <ReqT,RespT> |
GrpcMock.bidiStreamingMethod(io.grpc.MethodDescriptor<ReqT,RespT> method)
Returns a stub builder for
MethodDescriptor.MethodType.BIDI_STREAMING method. |
| Modifier and Type | Class and Description |
|---|---|
class |
BidiStreamingMethodStubBuilderImpl<ReqT,RespT> |
| Modifier and Type | Method and Description |
|---|---|
BidiStreamingMethodStubBuilderStep<ReqT,RespT> |
BidiStreamingMethodStubBuilderImpl.withFirstRequest(Predicate<ReqT> requestPredicate) |
<T> BidiStreamingMethodStubBuilderStep<ReqT,RespT> |
BidiStreamingMethodStubBuilderImpl.withHeader(io.grpc.Metadata.Key<T> headerKey,
Predicate<T> predicate) |
Copyright © 2023. All rights reserved.