Class CompositeRegistryEventConsumer<E>
java.lang.Object
io.github.resilience4j.core.registry.CompositeRegistryEventConsumer<E>
- All Implemented Interfaces:
RegistryEventConsumer<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEntryAddedEvent(EntryAddedEvent<E> entryAddedEvent) voidonEntryRemovedEvent(EntryRemovedEvent<E> entryRemoveEvent) voidonEntryReplacedEvent(EntryReplacedEvent<E> entryReplacedEvent)
-
Constructor Details
-
CompositeRegistryEventConsumer
-
-
Method Details
-
onEntryAddedEvent
- Specified by:
onEntryAddedEventin interfaceRegistryEventConsumer<E>
-
onEntryRemovedEvent
- Specified by:
onEntryRemovedEventin interfaceRegistryEventConsumer<E>
-
onEntryReplacedEvent
- Specified by:
onEntryReplacedEventin interfaceRegistryEventConsumer<E>
-