Class EntryRemovedEvent<E>

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

public class EntryRemovedEvent<E> extends AbstractRegistryEvent
  • Field Details

    • removedEntry

      private E removedEntry
  • Constructor Details

    • EntryRemovedEvent

      EntryRemovedEvent(E removedEntry)
  • 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
    • getRemovedEntry

      public E getRemovedEntry()
      Returns the removed entry.
      Returns:
      the removed entry