Interface BlockingStreamingGrpcServerResponse<T>

Type Parameters:
T - the type or response message

public interface BlockingStreamingGrpcServerResponse<T>
The response for streaming use-cases that provides ability to defer sending response meta-data and write the payload to an GrpcPayloadWriter.