Uses of Interface
io.github.resilience4j.retry.RetryRegistry
Packages that use RetryRegistry
-
Uses of RetryRegistry in io.github.resilience4j.retry
Methods in io.github.resilience4j.retry that return RetryRegistryModifier and TypeMethodDescriptionRetryRegistry.Builder.build()Builds a RetryRegistrystatic 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.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.static RetryRegistryRetryRegistry.ofDefaults()Creates a RetryRegistry with a default Retry configuration. -
Uses of RetryRegistry in io.github.resilience4j.retry.internal
Classes in io.github.resilience4j.retry.internal that implement RetryRegistry