Package com.attivio.platform.service
Class TransientTransportErrorPredicate
- java.lang.Object
-
- com.attivio.service.AbstractTransientExceptionPredicate
-
- com.attivio.platform.service.TransientTransportErrorPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.Throwable>
public class TransientTransportErrorPredicate extends AbstractTransientExceptionPredicate
-
-
Constructor Summary
Constructors Constructor Description TransientTransportErrorPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTransient(java.lang.Throwable t)
-
Methods inherited from class com.attivio.service.AbstractTransientExceptionPredicate
checkTransientPredicates, isPresent, isPresent, test
-
-
-
-
Method Detail
-
isTransient
public boolean isTransient(java.lang.Throwable t)
- Specified by:
isTransient
in classAbstractTransientExceptionPredicate
- Returns:
- true if the another try should be done with a different service provider
-
-