Class EntryAddedEvent<E>

java.lang.Object
io.github.resilience4j.core.registry.EntryAddedEvent<E>
All Implemented Interfaces:
RegistryEvent

public class EntryAddedEvent<E> extends Object
  • Method Details

    • getEventType

      public RegistryEvent.Type getEventType()
      Description copied from interface: RegistryEvent
      Returns the type of the Registry event.
      Returns:
      the type of the Registry event
    • getAddedEntry

      public E getAddedEntry()
    • getCreationTime

      public ZonedDateTime getCreationTime()
      Description copied from interface: RegistryEvent
      Returns the creation time of Registry event.
      Specified by:
      getCreationTime in interface RegistryEvent
      Returns:
      the creation time of Registry event