Interface RegistryEvent
-
- All Known Implementing Classes:
EntryAddedEvent,EntryRemovedEvent,EntryReplacedEvent
public interface RegistryEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRegistryEvent.TypeEvent types which are created by a CircuitBreaker.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.ZonedDateTimegetCreationTime()Returns the creation time of Registry event.RegistryEvent.TypegetEventType()Returns the type of the Registry event.
-
-
-
Method Detail
-
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
-
-