Class EntryRemovedEvent<E>

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

public class EntryRemovedEvent<E>
extends java.lang.Object
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.github.resilience4j.core.registry.RegistryEvent

    RegistryEvent.Type
  • Method Summary

    Modifier and Type Method Description
    java.time.ZonedDateTime getCreationTime()
    Returns the creation time of Registry event.
    RegistryEvent.Type getEventType()
    Returns the type of the Registry event.
    E getRemovedEntry()
    Returns the removed entry.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait