Class Retry
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.legacy.function.configurations.Retry
-
public class Retry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringdelayIntervalprivate StringmaximumIntervalprivate intmaxRetryCountprivate StringminimumIntervalprivate Stringstrategy
-
Constructor Summary
Constructors Constructor Description Retry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RetrycreateExponentialBackoffRetryFromAnnotation(FunctionAnnotation annotation)static RetrycreateExponentialBackoffRetryFromAnnotation(Annotation exponentialBackoffRetry)static RetrycreateFixedDelayRetryFromAnnotation(FunctionAnnotation annotation)static RetrycreateFixedDelayRetryFromAnnotation(Annotation fixedDelayRetry)
-
-
-
Method Detail
-
createFixedDelayRetryFromAnnotation
public static Retry createFixedDelayRetryFromAnnotation(FunctionAnnotation annotation)
-
createFixedDelayRetryFromAnnotation
public static Retry createFixedDelayRetryFromAnnotation(Annotation fixedDelayRetry)
-
createExponentialBackoffRetryFromAnnotation
public static Retry createExponentialBackoffRetryFromAnnotation(FunctionAnnotation annotation)
-
createExponentialBackoffRetryFromAnnotation
public static Retry createExponentialBackoffRetryFromAnnotation(Annotation exponentialBackoffRetry)
-
-