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