Uses of Interface
io.github.resilience4j.core.Registry.EventPublisher
Packages that use Registry.EventPublisher
-
Uses of Registry.EventPublisher in io.github.resilience4j.core
Methods in io.github.resilience4j.core that return Registry.EventPublisherModifier and TypeMethodDescriptionRegistry.getEventPublisher()Returns an EventPublisher which can be used to register event consumers.Registry.EventPublisher.onEntryAdded(EventConsumer<EntryAddedEvent<E>> eventConsumer) Registry.EventPublisher.onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> eventConsumer) Registry.EventPublisher.onEntryReplaced(EventConsumer<EntryReplacedEvent<E>> eventConsumer) -
Uses of Registry.EventPublisher in io.github.resilience4j.core.registry
Classes in io.github.resilience4j.core.registry that implement Registry.EventPublisherMethods in io.github.resilience4j.core.registry that return Registry.EventPublisherModifier and TypeMethodDescriptionAbstractRegistry.getEventPublisher()AbstractRegistry.RegistryEventProcessor.onEntryAdded(EventConsumer<EntryAddedEvent<E>> onSuccessEventConsumer) AbstractRegistry.RegistryEventProcessor.onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> onErrorEventConsumer) AbstractRegistry.RegistryEventProcessor.onEntryReplaced(EventConsumer<EntryReplacedEvent<E>> onStateTransitionEventConsumer)