Class CompositeRegistryEventConsumer<E>
java.lang.Object
io.github.resilience4j.core.registry.CompositeRegistryEventConsumer<E>
- All Implemented Interfaces:
RegistryEventConsumer<E>
public class CompositeRegistryEventConsumer<E> extends java.lang.Object implements RegistryEventConsumer<E>
-
Constructor Summary
Constructors Constructor Description CompositeRegistryEventConsumer(java.util.List<RegistryEventConsumer<E>> delegates)
-
Method Summary
Modifier and Type Method Description void
onEntryAddedEvent(EntryAddedEvent<E> entryAddedEvent)
void
onEntryRemovedEvent(EntryRemovedEvent<E> entryRemoveEvent)
void
onEntryReplacedEvent(EntryReplacedEvent<E> entryReplacedEvent)
-
Constructor Details
-
Method Details
-
onEntryAddedEvent
- Specified by:
onEntryAddedEvent
in interfaceRegistryEventConsumer<E>
-
onEntryRemovedEvent
- Specified by:
onEntryRemovedEvent
in interfaceRegistryEventConsumer<E>
-
onEntryReplacedEvent
- Specified by:
onEntryReplacedEvent
in interfaceRegistryEventConsumer<E>
-