Package pl.allegro.tech.hermes.client
Class HermesClientBasicRetryCondition
- java.lang.Object
-
- pl.allegro.tech.hermes.client.HermesClientBasicRetryCondition
-
- All Implemented Interfaces:
java.util.function.Predicate<HermesResponse>
public class HermesClientBasicRetryCondition extends java.lang.Object implements java.util.function.Predicate<HermesResponse>
-
-
Constructor Summary
Constructors Constructor Description HermesClientBasicRetryCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(HermesResponse response)
-
-
-
Method Detail
-
test
public boolean test(HermesResponse response)
- Specified by:
testin interfacejava.util.function.Predicate<HermesResponse>
-
-