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