Uses of Class
io.github.resilience4j.core.registry.EntryAddedEvent
Packages that use EntryAddedEvent
Package
Description
-
Uses of EntryAddedEvent in io.github.resilience4j.core
Method parameters in io.github.resilience4j.core with type arguments of type EntryAddedEventModifier and TypeMethodDescriptionRegistry.EventPublisher.onEntryAdded(EventConsumer<EntryAddedEvent<E>> eventConsumer) -
Uses of EntryAddedEvent in io.github.resilience4j.core.metrics
Methods in io.github.resilience4j.core.metrics with parameters of type EntryAddedEventModifier and TypeMethodDescriptiondefault voidMetricsPublisher.onEntryAddedEvent(EntryAddedEvent<E> entryAddedEvent) -
Uses of EntryAddedEvent in io.github.resilience4j.core.registry
Methods in io.github.resilience4j.core.registry with parameters of type EntryAddedEventModifier and TypeMethodDescriptionvoidCompositeRegistryEventConsumer.onEntryAddedEvent(EntryAddedEvent<E> entryAddedEvent) voidRegistryEventConsumer.onEntryAddedEvent(EntryAddedEvent<E> entryAddedEvent) Method parameters in io.github.resilience4j.core.registry with type arguments of type EntryAddedEventModifier and TypeMethodDescriptionAbstractRegistry.RegistryEventProcessor.onEntryAdded(EventConsumer<EntryAddedEvent<E>> onSuccessEventConsumer)