Uses of Interface
org.grpcmock.definitions.response.Delay
Packages that use Delay
-
Uses of Delay in org.grpcmock.definitions.response
Methods in org.grpcmock.definitions.response that return DelayModifier and TypeMethodDescriptionstatic DelayDelay.fixedDelay(long milliseconds) FixedDelayin milliseconds.static DelayDelay.randomDelay(long minMilliseconds, long maxMilliseconds) Random delay between given minMilliseconds and maxMilliseconds bounds.Methods in org.grpcmock.definitions.response with parameters of type DelayModifier and TypeMethodDescription -
Uses of Delay in org.grpcmock.definitions.response.steps
Methods in org.grpcmock.definitions.response.steps with parameters of type Delay