Interface RegistryEvent
- All Known Implementing Classes:
EntryAddedEvent,EntryRemovedEvent,EntryReplacedEvent
public interface RegistryEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEvent types which are created by a CircuitBreaker. -
Method Summary
Modifier and TypeMethodDescriptionReturns the creation time of Registry event.Returns the type of the Registry event.
-
Method Details
-
getEventType
RegistryEvent.Type getEventType()Returns the type of the Registry event.- Returns:
- the type of the Registry event
-
getCreationTime
ZonedDateTime getCreationTime()Returns the creation time of Registry event.- Returns:
- the creation time of Registry event
-