Uses of Class
io.github.resilience4j.retry.RetryConfig
Packages that use RetryConfig
-
Uses of RetryConfig in io.github.resilience4j.retry
Subinterfaces with type arguments of type RetryConfig in io.github.resilience4j.retryModifier and TypeInterfaceDescriptioninterfaceTheRetryRegistryis a factory to create Retry instances which stores all Retry instances in a registry.Fields in io.github.resilience4j.retry with type parameters of type RetryConfigModifier and TypeFieldDescriptionprivate Map<String, RetryConfig> RetryRegistry.Builder.retryConfigsMapMethods in io.github.resilience4j.retry that return RetryConfigModifier and TypeMethodDescriptionRetryConfig.Builder.build()Retry.getRetryConfig()Returns the RetryConfig of this Retry.static RetryConfigRetryConfig.ofDefaults()Creates a default Retry configuration.Methods in io.github.resilience4j.retry with parameters of type RetryConfigModifier and TypeMethodDescriptionRetryRegistry.Builder.addRetryConfig(String configName, RetryConfig configuration) Configures a RetryRegistry with a custom Retry configuration.static <T> RetryConfig.Builder<T> RetryConfig.from(RetryConfig baseConfig) static RetryRetry.of(String name, RetryConfig retryConfig) Creates a Retry with a custom Retry configuration.static RetryCreates a Retry with a custom Retry configuration.static RetryRegistryRetryRegistry.of(RetryConfig retryConfig) Creates a RetryRegistry with a custom default Retry configuration.static RetryRegistryRetryRegistry.of(RetryConfig retryConfig, io.github.resilience4j.core.registry.RegistryEventConsumer<Retry> registryEventConsumer) Creates a RetryRegistry with a custom default Retry configuration and a Retry registry event consumer.static RetryRegistryRetryRegistry.of(RetryConfig retryConfig, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Retry>> registryEventConsumers) Creates a RetryRegistry with a custom default Retry configuration and a list of Retry registry event consumers.RetryRegistry.retry(String name, RetryConfig config) Returns a managedRetryor creates a new one with a custom Retry configuration.Returns a managedRetryor creates a new one with a custom Retry configuration.RetryRegistry.Builder.withRetryConfig(RetryConfig retryConfig) Configures a RetryRegistry with a custom default Retry configuration.Method parameters in io.github.resilience4j.retry with type arguments of type RetryConfigModifier and TypeMethodDescriptionstatic RetryRetry.of(String name, Supplier<RetryConfig> retryConfigSupplier) Creates a Retry with a custom Retry configuration.static RetryCreates a Retry with a custom Retry configuration.static RetryRegistryRetryRegistry.of(Map<String, RetryConfig> configs) Creates a RetryRegistry with a Map of shared Retry configurations.static RetryRegistryRetryRegistry.of(Map<String, RetryConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<Retry> registryEventConsumer) Creates a RetryRegistry with a Map of shared Retry configurations and a Retry registry event consumer.static RetryRegistryRetryRegistry.of(Map<String, RetryConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<Retry> registryEventConsumer, Map<String, String> tags) Creates a RetryRegistry with a Map of shared Retry configurations and a Retry registry event consumer.static RetryRegistryRetryRegistry.of(Map<String, RetryConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Retry>> registryEventConsumers) Creates a RetryRegistry with a Map of shared Retry configurations and a list of Retry registry event consumers.static RetryRegistryCreates a RetryRegistry with a Map of shared Retry configurations.RetryRegistry.retry(String name, Supplier<RetryConfig> retryConfigSupplier) Returns a managedRetryor creates a new one with a custom Retry configuration.RetryRegistry.retry(String name, Supplier<RetryConfig> retryConfigSupplier, Map<String, String> tags) Returns a managedRetryor creates a new one with a custom Retry configuration.Constructors in io.github.resilience4j.retry with parameters of type RetryConfig -
Uses of RetryConfig in io.github.resilience4j.retry.internal
Subclasses with type arguments of type RetryConfig in io.github.resilience4j.retry.internalFields in io.github.resilience4j.retry.internal declared as RetryConfigMethods in io.github.resilience4j.retry.internal that return RetryConfigMethods in io.github.resilience4j.retry.internal with parameters of type RetryConfigModifier and TypeMethodDescriptionInMemoryRetryRegistry.retry(String name, RetryConfig config) Returns a managedRetryor creates a new one with a custom Retry configuration.Method parameters in io.github.resilience4j.retry.internal with type arguments of type RetryConfigModifier and TypeMethodDescriptionInMemoryRetryRegistry.retry(String name, Supplier<RetryConfig> retryConfigSupplier) Returns a managedRetryor creates a new one with a custom Retry configuration.InMemoryRetryRegistry.retry(String name, Supplier<RetryConfig> retryConfigSupplier, Map<String, String> tags) Constructors in io.github.resilience4j.retry.internal with parameters of type RetryConfigModifierConstructorDescriptionInMemoryRetryRegistry(RetryConfig defaultConfig) The constructor with custom default config.InMemoryRetryRegistry(RetryConfig defaultConfig, io.github.resilience4j.core.registry.RegistryEventConsumer<Retry> registryEventConsumer) InMemoryRetryRegistry(RetryConfig defaultConfig, io.github.resilience4j.core.registry.RegistryEventConsumer<Retry> registryEventConsumer, Map<String, String> tags) InMemoryRetryRegistry(RetryConfig defaultConfig, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Retry>> registryEventConsumers) InMemoryRetryRegistry(RetryConfig defaultConfig, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Retry>> registryEventConsumers, Map<String, String> tags) InMemoryRetryRegistry(RetryConfig defaultConfig, Map<String, String> tags) RetryImpl(String name, RetryConfig config) Constructor parameters in io.github.resilience4j.retry.internal with type arguments of type RetryConfigModifierConstructorDescriptionInMemoryRetryRegistry(Map<String, RetryConfig> configs) InMemoryRetryRegistry(Map<String, RetryConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<Retry> registryEventConsumer) InMemoryRetryRegistry(Map<String, RetryConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<Retry> registryEventConsumer, Map<String, String> tags) InMemoryRetryRegistry(Map<String, RetryConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Retry>> registryEventConsumers) InMemoryRetryRegistry(Map<String, RetryConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Retry>> registryEventConsumers, Map<String, String> tags) InMemoryRetryRegistry(Map<String, RetryConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Retry>> registryEventConsumers, Map<String, String> tags, io.github.resilience4j.core.RegistryStore<Retry> registryStore) InMemoryRetryRegistry(Map<String, RetryConfig> configs, Map<String, String> tags)