Uses of Enum Class
io.github.resilience4j.core.registry.RegistryEvent.Type
Packages that use RegistryEvent.Type
-
Uses of RegistryEvent.Type in io.github.resilience4j.core.registry
Subclasses with type arguments of type RegistryEvent.Type in io.github.resilience4j.core.registryModifier and TypeClassDescriptionstatic enumEvent types which are created by a CircuitBreaker.Methods in io.github.resilience4j.core.registry that return RegistryEvent.TypeModifier and TypeMethodDescriptionEntryAddedEvent.getEventType()EntryRemovedEvent.getEventType()EntryReplacedEvent.getEventType()RegistryEvent.getEventType()Returns the type of the Registry event.static RegistryEvent.TypeReturns the enum constant of this class with the specified name.static RegistryEvent.Type[]RegistryEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.