Searched defs:terminalException (Results 1 – 3 of 3) sorted by relevance
56 public VoidRetry terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException() method in VoidRetry
81 public Retry<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException() method in Retry
294 public Poll<E> terminalException(Function<Throwable, Boolean> terminalChecker) { in terminalException() method in Poll