public class HermesClientBasicRetryCondition extends java.lang.Object implements java.util.function.Predicate<HermesResponse>
| Constructor and Description |
|---|
HermesClientBasicRetryCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(HermesResponse response) |
public boolean test(HermesResponse response)
test in interface java.util.function.Predicate<HermesResponse>