public interface RegistryEvent
| Modifier and Type | Interface and Description |
|---|---|
static class |
RegistryEvent.Type
Event types which are created by a CircuitBreaker.
|
| Modifier and Type | Method and Description |
|---|---|
java.time.ZonedDateTime |
getCreationTime()
Returns the creation time of Registry event.
|
RegistryEvent.Type |
getEventType()
Returns the type of the Registry event.
|
RegistryEvent.Type getEventType()
java.time.ZonedDateTime getCreationTime()