Class EntryRemovedEvent<E>
java.lang.Object
io.github.resilience4j.core.registry.AbstractRegistryEvent
io.github.resilience4j.core.registry.EntryRemovedEvent<E>
- All Implemented Interfaces:
RegistryEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface RegistryEvent
RegistryEvent.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the Registry event.Returns the removed entry.Methods inherited from class AbstractRegistryEvent
getCreationTime
-
Field Details
-
removedEntry
-
-
Constructor Details
-
EntryRemovedEvent
EntryRemovedEvent(E removedEntry)
-
-
Method Details
-
getEventType
Description copied from interface:RegistryEventReturns the type of the Registry event.- Returns:
- the type of the Registry event
-
getRemovedEntry
-