public class WaiterDefinition extends Object
| Constructor and Description |
|---|
WaiterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<Acceptor> |
getAcceptors() |
int |
getDelay() |
int |
getMaxAttempts() |
String |
getOperation() |
void |
setAcceptors(List<Acceptor> acceptors) |
void |
setDelay(int delay) |
void |
setMaxAttempts(int maxAttempts) |
void |
setOperation(String operation) |
Copyright © 2017. All rights reserved.