Uses of Interface
io.github.resilience4j.core.registry.RegistryEventConsumer
Packages that use RegistryEventConsumer
-
Uses of RegistryEventConsumer in io.github.resilience4j.core.metrics
Subinterfaces of RegistryEventConsumer in io.github.resilience4j.core.metrics -
Uses of RegistryEventConsumer in io.github.resilience4j.core.registry
Classes in io.github.resilience4j.core.registry that implement RegistryEventConsumerFields in io.github.resilience4j.core.registry with type parameters of type RegistryEventConsumerModifier and TypeFieldDescriptionprivate final List<RegistryEventConsumer<E>> CompositeRegistryEventConsumer.delegatesConstructors in io.github.resilience4j.core.registry with parameters of type RegistryEventConsumerModifierConstructorDescriptionAbstractRegistry(C defaultConfig, RegistryEventConsumer<E> registryEventConsumer) AbstractRegistry(C defaultConfig, RegistryEventConsumer<E> registryEventConsumer, Map<String, String> tags) Constructor parameters in io.github.resilience4j.core.registry with type arguments of type RegistryEventConsumerModifierConstructorDescriptionAbstractRegistry(C defaultConfig, List<RegistryEventConsumer<E>> registryEventConsumers) AbstractRegistry(C defaultConfig, List<RegistryEventConsumer<E>> registryEventConsumers, Map<String, String> tags) AbstractRegistry(C defaultConfig, List<RegistryEventConsumer<E>> registryEventConsumers, Map<String, String> tags, RegistryStore<E> registryStore) CompositeRegistryEventConsumer(List<RegistryEventConsumer<E>> delegates) privateRegistryEventProcessor(List<RegistryEventConsumer<E>> registryEventConsumers)