addSource abstract method
Provide another source of HttpRequests in the form of a Stream.
Implementation
void addSource(Stream<HttpRequest> source);
Provide another source of HttpRequests in the form of a Stream.
void addSource(Stream<HttpRequest> source);