public class FailRetryTemplate extends Object
FailRetryTemplate()
static <T> T
execute(Supplier<T> normal, Supplier<String> message)
execute(Supplier<T> normal, Supplier<T> fallback, int failRetryCount, Supplier<String> message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FailRetryTemplate()
public static <T> T execute(Supplier<T> normal, Supplier<String> message) throws Exception
Exception
public static <T> T execute(Supplier<T> normal, Supplier<T> fallback, int failRetryCount, Supplier<String> message) throws Exception
Copyright © 2023. All rights reserved.