public interface RetryExecutor<T,S>
S execute(Callable<T> callable) throws RetriesExhaustedException, UnexpectedException
S execute(Callable<T> callable, String callName) throws RetriesExhaustedException, UnexpectedException
Copyright © 2018. All rights reserved.