Uses of Interface
io.github.resilience4j.bulkhead.ThreadPoolBulkheadRegistry
Packages that use ThreadPoolBulkheadRegistry
-
Uses of ThreadPoolBulkheadRegistry in io.github.resilience4j.bulkhead
Methods in io.github.resilience4j.bulkhead that return ThreadPoolBulkheadRegistryModifier and TypeMethodDescriptionThreadPoolBulkheadRegistry.Builder.build()Builds a ThreadPoolBulkheadRegistrystatic ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(ThreadPoolBulkheadConfig bulkheadConfig) Creates a BulkheadRegistry with a custom Bulkhead configuration.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(ThreadPoolBulkheadConfig bulkheadConfig, io.github.resilience4j.core.registry.RegistryEventConsumer<ThreadPoolBulkhead> registryEventConsumer) Creates a ThreadPoolBulkheadRegistry with a custom default ThreadPoolBulkhead configuration and a ThreadPoolBulkhead registry event consumer.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(ThreadPoolBulkheadConfig bulkheadConfig, List<io.github.resilience4j.core.registry.RegistryEventConsumer<ThreadPoolBulkhead>> registryEventConsumers) Creates a ThreadPoolBulkheadRegistry with a custom default ThreadPoolBulkhead configuration and a list of ThreadPoolBulkhead registry event consumers.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(Map<String, ThreadPoolBulkheadConfig> configs) Creates a ThreadPoolBulkheadRegistry with a Map of shared ThreadPoolBulkhead configurations.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(Map<String, ThreadPoolBulkheadConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<ThreadPoolBulkhead> registryEventConsumer) Creates a ThreadPoolBulkheadRegistry with a Map of shared ThreadPoolBulkhead configurations and a ThreadPoolBulkhead registry event consumer.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(Map<String, ThreadPoolBulkheadConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<ThreadPoolBulkhead> registryEventConsumer, Map<String, String> tags) Creates a ThreadPoolBulkheadRegistry with a Map of shared ThreadPoolBulkhead configurations and a ThreadPoolBulkhead registry event consumer.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(Map<String, ThreadPoolBulkheadConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<ThreadPoolBulkhead>> registryEventConsumers) Creates a ThreadPoolBulkheadRegistry with a Map of shared ThreadPoolBulkhead configurations and a list of ThreadPoolBulkhead registry event consumers.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(Map<String, ThreadPoolBulkheadConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<ThreadPoolBulkhead>> registryEventConsumers, Map<String, String> tags) Creates a ThreadPoolBulkheadRegistry with a Map of shared ThreadPoolBulkhead configurations and a list of ThreadPoolBulkhead registry event consumers.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.of(Map<String, ThreadPoolBulkheadConfig> configs, Map<String, String> tags) Creates a ThreadPoolBulkheadRegistry with a Map of shared ThreadPoolBulkhead configurations.static ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.ofDefaults()Creates a ThreadPoolBulkheadRegistry with a default ThreadPoolBulkhead configurationstatic ThreadPoolBulkheadRegistryThreadPoolBulkheadRegistry.ofDefaults(Map<String, String> tags) Creates a ThreadPoolBulkheadRegistry with a default ThreadPoolBulkhead configuration -
Uses of ThreadPoolBulkheadRegistry in io.github.resilience4j.bulkhead.internal
Classes in io.github.resilience4j.bulkhead.internal that implement ThreadPoolBulkheadRegistryModifier and TypeClassDescriptionfinal classThread pool Bulkhead instance manager; Constructs/returns thread pool bulkhead instances.