Package io.fabric8.mockwebserver.dsl
Interface Delayable<T>
-
- All Known Subinterfaces:
DelayPathable<T>,DelayTimesOrOnceable<T>,MockServerExpectation
- All Known Implementing Classes:
MockServerExpectationImpl
public interface Delayable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdelay(long delayInMilliseconds)Tdelay(long delay, TimeUnit delayUnit)
-