Uses of Interface
de.gematik.test.tiger.mockserver.mock.action.ExpectationCallback
Packages that use ExpectationCallback
-
Uses of ExpectationCallback in de.gematik.test.tiger.mockserver.mock
Methods in de.gematik.test.tiger.mockserver.mock that return ExpectationCallbackModifier and TypeMethodDescriptionExpectation.getExpectationCallback()HttpAction.getExpectationForwardAndResponseCallback()Methods in de.gematik.test.tiger.mockserver.mock with parameters of type ExpectationCallbackModifier and TypeMethodDescriptionExpectation.ExpectationBuilder.expectationCallback(ExpectationCallback expectationCallback) HttpAction.setExpectationForwardAndResponseCallback(ExpectationCallback expectationForwardAndResponseCallback) Constructors in de.gematik.test.tiger.mockserver.mock with parameters of type ExpectationCallbackModifierConstructorDescriptionExpectation(HttpRequest requestPattern, String id, int priority, List<String> hostRegexes, ExpectationCallback expectationCallback) -
Uses of ExpectationCallback in de.gematik.test.tiger.proxy.handler
Classes in de.gematik.test.tiger.proxy.handler that implement ExpectationCallbackModifier and TypeClassDescriptionclassclassAbstract super type handling the parsing logic for messages.classCallback used for as a forward-all route in the TigerProxy.classCallback used for all Forward-Proxy routes in the TigerProxy.classCallback used for all Reverse-Proxy routes in the TigerProxy.