Uses of Interface
io.github.resilience4j.core.RegistryStore
Packages that use RegistryStore
-
Uses of RegistryStore in io.github.resilience4j.core.registry
Classes in io.github.resilience4j.core.registry that implement RegistryStoreModifier and TypeClassDescriptionclassDefault Implementation Of RegistryStore using ConcurrentHashMapFields in io.github.resilience4j.core.registry declared as RegistryStoreConstructors in io.github.resilience4j.core.registry with parameters of type RegistryStoreModifierConstructorDescriptionAbstractRegistry(C defaultConfig, List<RegistryEventConsumer<E>> registryEventConsumers, Map<String, String> tags, RegistryStore<E> registryStore)