Class EntryAddedEvent<E>
java.lang.Object
io.github.resilience4j.core.registry.EntryAddedEvent<E>
- All Implemented Interfaces:
RegistryEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.resilience4j.core.registry.RegistryEvent
RegistryEvent.Type -
Method Summary
Modifier and TypeMethodDescriptionReturns the creation time of Registry event.Returns the type of the Registry event.
-
Method Details
-
getEventType
Description copied from interface:RegistryEventReturns the type of the Registry event.- Returns:
- the type of the Registry event
-
getAddedEntry
-
getCreationTime
Description copied from interface:RegistryEventReturns the creation time of Registry event.- Specified by:
getCreationTimein interfaceRegistryEvent- Returns:
- the creation time of Registry event
-