Class HttpJsonServerStreamingRequestParamCallable<RequestT,ResponseT> (2.46.1)

public class HttpJsonServerStreamingRequestParamCallable<RequestT,ResponseT> extends ServerStreamingCallable<RequestT,ResponseT>

Inheritance

java.lang.Object > ServerStreamingCallable > HttpJsonServerStreamingRequestParamCallable<RequestT,ResponseT>

Type Parameters

NameDescription
RequestT
ResponseT

Methods

call(RequestT request, ResponseObserver<ResponseT> responseObserver, ApiCallContext context)

public void call(RequestT request, ResponseObserver<ResponseT> responseObserver, ApiCallContext context)

Conduct a server streaming call with the given ApiCallContext.

Parameters
NameDescription
requestRequestT
responseObserverResponseObserver<ResponseT>
contextApiCallContext
Overrides