Interface RegistryEvent

All Known Implementing Classes:
EntryAddedEvent, EntryRemovedEvent, EntryReplacedEvent

public interface RegistryEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Event types which are created by a CircuitBreaker.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns 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