respondsWithStream

Configures a typed streaming response for this stub.

Parameters

T

The type of elements in the streaming response.

responseType

The Java Class of the streaming element type.

configurer

Configures a String streaming response for this stub.

Shorthand for respondsWithStream(String.class, configurer).

Parameters

configurer