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