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