Uses of Class
io.github.resilience4j.core.registry.EntryRemovedEvent
Packages that use EntryRemovedEvent
Package
Description
-
Uses of EntryRemovedEvent in io.github.resilience4j.core
Method parameters in io.github.resilience4j.core with type arguments of type EntryRemovedEventModifier and TypeMethodDescriptionRegistry.EventPublisher.onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> eventConsumer) -
Uses of EntryRemovedEvent in io.github.resilience4j.core.metrics
Methods in io.github.resilience4j.core.metrics with parameters of type EntryRemovedEventModifier and TypeMethodDescriptiondefault voidMetricsPublisher.onEntryRemovedEvent(EntryRemovedEvent<E> entryRemoveEvent) -
Uses of EntryRemovedEvent in io.github.resilience4j.core.registry
Methods in io.github.resilience4j.core.registry with parameters of type EntryRemovedEventModifier and TypeMethodDescriptionvoidCompositeRegistryEventConsumer.onEntryRemovedEvent(EntryRemovedEvent<E> entryRemoveEvent) voidRegistryEventConsumer.onEntryRemovedEvent(EntryRemovedEvent<E> entryRemoveEvent) Method parameters in io.github.resilience4j.core.registry with type arguments of type EntryRemovedEventModifier and TypeMethodDescriptionAbstractRegistry.RegistryEventProcessor.onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> onErrorEventConsumer)