Uses of Interface
io.github.resilience4j.bulkhead.BulkheadRegistry
Packages that use BulkheadRegistry
-
Uses of BulkheadRegistry in io.github.resilience4j.bulkhead
Methods in io.github.resilience4j.bulkhead that return BulkheadRegistryModifier and TypeMethodDescriptionBulkheadRegistry.Builder.build()Builds a BulkheadRegistrystatic BulkheadRegistryBulkheadRegistry.of(BulkheadConfig bulkheadConfig) Creates a BulkheadRegistry with a custom Bulkhead configuration.static BulkheadRegistryBulkheadRegistry.of(BulkheadConfig bulkheadConfig, io.github.resilience4j.core.registry.RegistryEventConsumer<Bulkhead> registryEventConsumer) Creates a BulkheadRegistry with a custom default Bulkhead configuration and a Bulkhead registry event consumer.static BulkheadRegistryBulkheadRegistry.of(BulkheadConfig bulkheadConfig, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Bulkhead>> registryEventConsumers) Creates a BulkheadRegistry with a custom default Bulkhead configuration and a list of Bulkhead registry event consumers.static BulkheadRegistryBulkheadRegistry.of(BulkheadConfig bulkheadConfig, Map<String, String> tags) Creates a BulkheadRegistry with a custom Bulkhead configuration.static BulkheadRegistryBulkheadRegistry.of(Map<String, BulkheadConfig> configs) Creates a BulkheadRegistry with a Map of shared Bulkhead configurations.static BulkheadRegistryBulkheadRegistry.of(Map<String, BulkheadConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<Bulkhead> registryEventConsumer) Creates a BulkheadRegistry with a Map of shared Bulkhead configurations and a Bulkhead registry event consumer.static BulkheadRegistryBulkheadRegistry.of(Map<String, BulkheadConfig> configs, io.github.resilience4j.core.registry.RegistryEventConsumer<Bulkhead> registryEventConsumer, Map<String, String> tags) Creates a BulkheadRegistry with a Map of shared Bulkhead configurations and a Bulkhead registry event consumer.static BulkheadRegistryBulkheadRegistry.of(Map<String, BulkheadConfig> configs, List<io.github.resilience4j.core.registry.RegistryEventConsumer<Bulkhead>> registryEventConsumers) Creates a BulkheadRegistry with a Map of shared Bulkhead configurations and a list of Bulkhead registry event consumers.static BulkheadRegistryCreates a BulkheadRegistry with a Map of shared Bulkhead configurations.static BulkheadRegistryBulkheadRegistry.ofDefaults()Creates a BulkheadRegistry with a default Bulkhead configuration -
Uses of BulkheadRegistry in io.github.resilience4j.bulkhead.internal
Classes in io.github.resilience4j.bulkhead.internal that implement BulkheadRegistryModifier and TypeClassDescriptionfinal classBulkhead instance manager; Constructs/returns bulkhead instances.