JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.tomakehurst.wiremock.http
Interface DelayDistribution
All Known Implementing Classes:
LogNormal
,
UniformDistribution
public interface
DelayDistribution
Distribution that models delays. Implementations should be thread safe.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
sampleMillis
()
Samples a delay in milliseconds from the distribution.
Method Detail
sampleMillis
long sampleMillis()
Samples a delay in milliseconds from the distribution.
Returns:
next delay in millis
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method