respondsWithStream

Configures a typed streaming response for this stub.

Parameters

responseType

The Java Class of the streaming element type.

configurer

Type Parameters

T

The type of elements in the streaming response.


Configures a String streaming response for this stub.

Shorthand for respondsWithStream(String.class, configurer).

Parameters

configurer