public interface ExpectationForwardCallback extends ExpectationCallback<HttpRequest>
| Modifier and Type | Method and Description | 
|---|---|
HttpRequest | 
handle(HttpRequest httpRequest)
Called for every request when expectation condition has been satisfied. 
 | 
HttpRequest handle(HttpRequest httpRequest) throws Exception
handle in interface ExpectationCallback<HttpRequest>httpRequest - the request that satisfied the expectation conditionExceptionCopyright © 2020. All rights reserved.