Uses of Class
com.sap.cloud.mt.tools.impl.Retry.RetryBuilder
Packages that use Retry.RetryBuilder
-
Uses of Retry.RetryBuilder in com.sap.cloud.mt.tools.impl
Methods in com.sap.cloud.mt.tools.impl that return Retry.RetryBuilderModifier and TypeMethodDescriptionstatic Retry.RetryBuilderRetry.RetryBuilder.create()Retry.RetryBuilder.numOfRetries(int numOfRetries) Retry.RetryBuilder.retryExceptions(Class<? extends Throwable>... retryExceptions) Retry.RetryBuilder.retryExceptions(Set<Class<? extends Throwable>> retryExceptions)