Interface RegistryEvent
- All Known Implementing Classes:
EntryAddedEvent
,EntryRemovedEvent
,EntryReplacedEvent
public interface RegistryEvent
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RegistryEvent.Type
Event types which are created by a CircuitBreaker. -
Method Summary
Modifier and Type Method Description java.time.ZonedDateTime
getCreationTime()
Returns the creation time of Registry event.RegistryEvent.Type
getEventType()
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
java.time.ZonedDateTime getCreationTime()Returns the creation time of Registry event.- Returns:
- the creation time of Registry event
-