Interface ServerStreamingMethodStubBuilderStep<ReqT,RespT>
- All Superinterfaces:
BuilderStep,HeadersMatcherBuilderStep<ServerStreamingMethodStubBuilderStep<ReqT,,RespT>> MethodStubBuilder<ReqT,,RespT> RequestMatcherBuilderStep<ServerStreamingMethodStubBuilderStep<ReqT,,RespT>, ReqT> SingleRequestProxyResponseBuilderStep<NextServerStreamingMethodResponseBuilderStep<ReqT,,RespT>, ReqT, RespT> SingleResponseBuilderStep<NextServerStreamingMethodResponseBuilderStep<ReqT,,RespT>, RespT> StreamResponseBuilderStep<NextServerStreamingMethodResponseBuilderStep<ReqT,RespT>, ReqT, RespT>
- All Known Implementing Classes:
ServerStreamingMethodStubBuilderImpl
public interface ServerStreamingMethodStubBuilderStep<ReqT,RespT>
extends MethodStubBuilder<ReqT,RespT>, HeadersMatcherBuilderStep<ServerStreamingMethodStubBuilderStep<ReqT,RespT>>, RequestMatcherBuilderStep<ServerStreamingMethodStubBuilderStep<ReqT,RespT>,ReqT>, StreamResponseBuilderStep<NextServerStreamingMethodResponseBuilderStep<ReqT,RespT>,ReqT,RespT>, SingleRequestProxyResponseBuilderStep<NextServerStreamingMethodResponseBuilderStep<ReqT,RespT>,ReqT,RespT>
- Author:
- Fadelis
-
Method Summary
Methods inherited from interface org.grpcmock.definitions.matcher.steps.HeadersMatcherBuilderStep
withHeader, withHeader, withHeader, withHeader, withHeader, withoutHeader, withoutHeaderMethods inherited from interface org.grpcmock.definitions.stub.steps.MethodStubBuilder
buildMethods inherited from interface org.grpcmock.definitions.matcher.steps.RequestMatcherBuilderStep
withRequest, withRequestMethods inherited from interface org.grpcmock.definitions.stub.steps.SingleRequestProxyResponseBuilderStep
willProxyTo, willReturnMethods inherited from interface org.grpcmock.definitions.stub.steps.SingleResponseBuilderStep
willReturn, willReturn, willReturn, willReturnMethods inherited from interface org.grpcmock.definitions.stub.steps.StreamResponseBuilderStep
willReturn, willReturn, willReturn