Uses of Record Class
org.springframework.cloud.kubernetes.commons.config.RetryProperties
Packages that use RetryProperties
-
Uses of RetryProperties in org.springframework.cloud.kubernetes.commons.config
Fields in org.springframework.cloud.kubernetes.commons.config declared as RetryPropertiesModifier and TypeFieldDescriptionstatic final RetryPropertiesRetryProperties.DEFAULTDefault instance.Methods in org.springframework.cloud.kubernetes.commons.config that return RetryPropertiesMethods in org.springframework.cloud.kubernetes.commons.config with parameters of type RetryPropertiesModifier and TypeMethodDescriptionstatic org.springframework.retry.interceptor.RetryOperationsInterceptorKubernetesBootstrapConfiguration.RetryConfiguration.retryOperationsInterceptor(RetryProperties retryProperties) Constructors in org.springframework.cloud.kubernetes.commons.config with parameters of type RetryPropertiesModifierConstructorDescriptionConfigMapConfigProperties(boolean enabled, List<SourceConfigProperties.Source> sources, Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, boolean includeProfileSpecificSources, boolean failFast, RetryProperties retry, ReadType readType) SecretsConfigProperties(boolean enabled, List<SourceConfigProperties.Source> sources, Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, boolean includeProfileSpecificSources, boolean failFast, RetryProperties retry, ReadType readType)