updateResponse method

void updateResponse(
  1. MultiSearchResponse response
)

Updates the response of the encapsulated search unit.

Implementation

void updateResponse(MultiSearchResponse response) {
  _responseStream.add(response);
}