Uses of Interface
org.mockserver.matchers.MatchingTimeoutExecutor.OnTimeout
Packages that use MatchingTimeoutExecutor.OnTimeout
-
Uses of MatchingTimeoutExecutor.OnTimeout in org.mockserver.matchers
Methods in org.mockserver.matchers with parameters of type MatchingTimeoutExecutor.OnTimeoutModifier and TypeMethodDescriptionstatic <T> TMatchingTimeoutExecutor.callWithTimeout(Callable<T> task, long timeoutMillis, T onTimeout, MatchingTimeoutExecutor.OnTimeout onTimeoutCallback) Run a matching task with a millisecond timeout.