@@ -910,7 +910,7 @@ default StreamingInputOperationResponse streamingInputOperation(
910
910
*
911
911
* See documentation in {@link RequestBody} for additional details and which sources of data are supported.
912
912
* The service documentation for the request content is as follows 'This be a stream'
913
- * @param streamingHandler
913
+ * @param responseTransformer
914
914
* Functional interface for processing the streamed response content. The unmarshalled
915
915
* StreamingInputOutputOperationResponse and an InputStream to the response content are provided as
916
916
* parameters to the callback. The callback may return a transformed type which will be the return value of
@@ -957,7 +957,7 @@ default <ReturnT> ReturnT streamingInputOutputOperation(
957
957
*
958
958
* See documentation in {@link RequestBody} for additional details and which sources of data are supported.
959
959
* The service documentation for the request content is as follows 'This be a stream'
960
- * @param streamingHandler
960
+ * @param responseTransformer
961
961
* Functional interface for processing the streamed response content. The unmarshalled
962
962
* StreamingInputOutputOperationResponse and an InputStream to the response content are provided as
963
963
* parameters to the callback. The callback may return a transformed type which will be the return value of
@@ -1064,7 +1064,7 @@ default StreamingInputOutputOperationResponse streamingInputOutputOperation(
1064
1064
* Some operation with a streaming output
1065
1065
*
1066
1066
* @param streamingOutputOperationRequest
1067
- * @param streamingHandler
1067
+ * @param responseTransformer
1068
1068
* Functional interface for processing the streamed response content. The unmarshalled
1069
1069
* StreamingInputOutputOperationResponse and an InputStream to the response content are provided as
1070
1070
* parameters to the callback. The callback may return a transformed type which will be the return value of
@@ -1099,7 +1099,7 @@ default <ReturnT> ReturnT streamingOutputOperation(StreamingOutputOperationReque
1099
1099
* @param streamingOutputOperationRequest
1100
1100
* A {@link Consumer} that will call methods on {@link StreamingOutputOperationRequest.Builder} to create a
1101
1101
* request.
1102
- * @param streamingHandler
1102
+ * @param responseTransformer
1103
1103
* Functional interface for processing the streamed response content. The unmarshalled
1104
1104
* StreamingInputOutputOperationResponse and an InputStream to the response content are provided as
1105
1105
* parameters to the callback. The callback may return a transformed type which will be the return value of
0 commit comments