Uses of Interface
io.github.resilience4j.timelimiter.TimeLimiterRegistry
Packages that use TimeLimiterRegistry
-
Uses of TimeLimiterRegistry in io.github.resilience4j.timelimiter
Methods in io.github.resilience4j.timelimiter that return TimeLimiterRegistryModifier and TypeMethodDescriptionstatic TimeLimiterRegistryTimeLimiterRegistry.of(TimeLimiterConfig defaultTimeLimiterConfig) Creates a TimeLimiterRegistry with a custom default TimeLimiter configuration.static TimeLimiterRegistryTimeLimiterRegistry.of(TimeLimiterConfig defaultTimeLimiterConfig, io.github.resilience4j.core.registry.RegistryEventConsumer<TimeLimiter> registryEventConsumer) Creates a TimeLimiterRegistry with a custom default TimeLimiter configuration and a TimeLimiter registry event consumer.static TimeLimiterRegistryTimeLimiterRegistry.of(TimeLimiterConfig defaultTimeLimiterConfig, List<io.github.resilience4j.core.registry.RegistryEventConsumer<TimeLimiter>> registryEventConsumers) Creates a TimeLimiterRegistry with a custom default TimeLimiter configuration and a list of TimeLimiter registry event consumers.static TimeLimiterRegistryTimeLimiterRegistry.of(Map<String, TimeLimiterConfig> configs) Creates a TimeLimiterRegistry with a Map of shared TimeLimiter configurations.static TimeLimiterRegistryTimeLimiterRegistry.of(Map<String, TimeLimiterConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<TimeLimiter> registryEventConsumer) Creates a TimeLimiterRegistry with a Map of shared TimeLimiter configurations and a TimeLimiter registry event consumer.static TimeLimiterRegistryTimeLimiterRegistry.of(Map<String, TimeLimiterConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<TimeLimiter> registryEventConsumer, Map<String, String> tags) Creates a TimeLimiterRegistry with a Map of shared TimeLimiter configurations and a TimeLimiter registry event consumer.static TimeLimiterRegistryTimeLimiterRegistry.of(Map<String, TimeLimiterConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<TimeLimiter>> registryEventConsumers) Creates a TimeLimiterRegistry with a Map of shared TimeLimiter configurations and a list of TimeLimiter registry event consumers.static TimeLimiterRegistryCreates a TimeLimiterRegistry with a Map of shared TimeLimiter configurations.static TimeLimiterRegistryTimeLimiterRegistry.ofDefaults()Returns a managedTimeLimiterConfigor creates a new one with a default TimeLimiter configuration. -
Uses of TimeLimiterRegistry in io.github.resilience4j.timelimiter.internal
Classes in io.github.resilience4j.timelimiter.internal that implement TimeLimiterRegistry