Uses of Class
com.microsoft.azure.toolkit.lib.legacy.function.configurations.Retry
-
-
Uses of Retry in com.microsoft.azure.toolkit.lib.appservice.function.core
Methods in com.microsoft.azure.toolkit.lib.appservice.function.core that return Retry Modifier and Type Method Description private RetryAzureFunctionPackagerBase. createRetryFromMap(Map<String,Object> map)private RetryAzureFunctionPackagerBase. getRetryConfigurationFromMethod(FunctionMethod method) -
Uses of Retry in com.microsoft.azure.toolkit.lib.legacy.function.configurations
Fields in com.microsoft.azure.toolkit.lib.legacy.function.configurations declared as Retry Modifier and Type Field Description private RetryFunctionConfiguration. retryMethods in com.microsoft.azure.toolkit.lib.legacy.function.configurations that return Retry Modifier and Type Method Description static RetryRetry. createExponentialBackoffRetryFromAnnotation(FunctionAnnotation annotation)static RetryRetry. createExponentialBackoffRetryFromAnnotation(Annotation exponentialBackoffRetry)static RetryRetry. createFixedDelayRetryFromAnnotation(FunctionAnnotation annotation)static RetryRetry. createFixedDelayRetryFromAnnotation(Annotation fixedDelayRetry)RetryFunctionConfiguration. getRetry()Methods in com.microsoft.azure.toolkit.lib.legacy.function.configurations with parameters of type Retry Modifier and Type Method Description voidFunctionConfiguration. setRetry(Retry retry) -
Uses of Retry in com.microsoft.azure.toolkit.lib.legacy.function.handlers
Methods in com.microsoft.azure.toolkit.lib.legacy.function.handlers that return Retry Modifier and Type Method Description private RetryAnnotationHandlerImpl. getRetryConfigurationFromMethod(Method method)Deprecated.
-