Uses of Enum Class
io.github.resilience4j.cache.event.CacheEvent.Type
Packages that use CacheEvent.Type
-
Uses of CacheEvent.Type in io.github.resilience4j.cache.event
Subclasses with type arguments of type CacheEvent.Type in io.github.resilience4j.cache.eventModifier and TypeClassDescriptionstatic enumEvent types which are created by a CircuitBreaker.Methods in io.github.resilience4j.cache.event that return CacheEvent.TypeModifier and TypeMethodDescriptionCacheEvent.getEventType()Returns the type of the Cache event.CacheOnErrorEvent.getEventType()CacheOnHitEvent.getEventType()CacheOnMissEvent.getEventType()static CacheEvent.TypeReturns the enum constant of this class with the specified name.static CacheEvent.Type[]CacheEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.