onResponse

abstract fun onResponse(    request: WebserviceMockRequest,     mockConfig: WebserviceMockConfig,     response: WebserviceMockResponse)

Also contains request data too to facilitate tests can verify requests and response data without matching two events.