Uses of Interface
io.github.resilience4j.core.EventConsumer
Packages that use EventConsumer
-
Uses of EventConsumer in io.github.resilience4j.core
Fields in io.github.resilience4j.core with type parameters of type EventConsumerModifier and TypeFieldDescription(package private) final ConcurrentMap<String, List<EventConsumer<T>>> EventProcessor.eventConsumerMap(package private) final List<EventConsumer<T>> EventProcessor.onEventConsumersMethods in io.github.resilience4j.core with parameters of type EventConsumerModifier and TypeMethodDescriptionRegistry.EventPublisher.onEntryAdded(EventConsumer<EntryAddedEvent<E>> eventConsumer) Registry.EventPublisher.onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> eventConsumer) Registry.EventPublisher.onEntryReplaced(EventConsumer<EntryReplacedEvent<E>> eventConsumer) voidEventProcessor.onEvent(EventConsumer<T> onEventConsumer) voidEventPublisher.onEvent(EventConsumer<T> onEventConsumer) voidEventProcessor.registerConsumer(String className, EventConsumer<? extends T> eventConsumer) -
Uses of EventConsumer in io.github.resilience4j.core.registry
Classes in io.github.resilience4j.core.registry that implement EventConsumerMethods in io.github.resilience4j.core.registry with parameters of type EventConsumerModifier and TypeMethodDescriptionAbstractRegistry.RegistryEventProcessor.onEntryAdded(EventConsumer<EntryAddedEvent<E>> onSuccessEventConsumer) AbstractRegistry.RegistryEventProcessor.onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> onErrorEventConsumer) AbstractRegistry.RegistryEventProcessor.onEntryReplaced(EventConsumer<EntryReplacedEvent<E>> onStateTransitionEventConsumer)