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 conditionException
Copyright © 2022. All rights reserved.