Class EntryAddedEvent<E>

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

public class EntryAddedEvent<E> extends AbstractRegistryEvent
  • Field Details

    • addedEntry

      private E addedEntry
  • Constructor Details

    • EntryAddedEvent

      EntryAddedEvent(E addedEntry)
  • 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()