| Package | Description |
|---|---|
| org.grpcmock.definitions.response | |
| org.grpcmock.definitions.response.steps |
| Modifier and Type | Method and Description |
|---|---|
static Delay |
Delay.fixedDelay(long milliseconds)
Fixed
Delay in milliseconds. |
static Delay |
Delay.randomDelay(long minMilliseconds,
long maxMilliseconds)
Random delay between given minMilliseconds and maxMilliseconds bounds.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectResponseActionBuilderImpl<RespT> |
ObjectResponseActionBuilderImpl.withDelay(Delay delay) |
ExceptionResponseActionBuilder |
ExceptionResponseActionBuilderImpl.withDelay(Delay delay) |
| Modifier and Type | Method and Description |
|---|---|
BUILDER |
DelayBuilderStep.withDelay(Delay delay)
Configure a
Delay for the response action. |
Copyright © 2023. All rights reserved.