Class AbstractRegistryEvent
java.lang.Object
io.github.resilience4j.core.registry.AbstractRegistryEvent
- All Implemented Interfaces:
RegistryEvent
- Direct Known Subclasses:
EntryAddedEvent, EntryRemovedEvent, EntryReplacedEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface RegistryEvent
RegistryEvent.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the creation time of Registry event.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RegistryEvent
getEventType
-
Field Details
-
creationTime
-
-
Constructor Details
-
AbstractRegistryEvent
AbstractRegistryEvent()
-
-
Method Details
-
getCreationTime
Description copied from interface:RegistryEventReturns the creation time of Registry event.- Specified by:
getCreationTimein interfaceRegistryEvent- Returns:
- the creation time of Registry event
-