| Interface | Description |
|---|---|
| RegistryEvent | |
| RegistryEventConsumer<E> |
Registry Event Consumer to be used by AbstractRegistry.RegistryEventProcessor
|
| Class | Description |
|---|---|
| AbstractRegistry<E,C> |
Abstract registry to be shared with all resilience4j registries
|
| CompositeRegistryEventConsumer<E> | |
| EntryAddedEvent<E> | |
| EntryRemovedEvent<E> | |
| EntryReplacedEvent<E> |
| Enum | Description |
|---|---|
| RegistryEvent.Type |
Event types which are created by a CircuitBreaker.
|