Class CacheOnErrorEvent
java.lang.Object
io.github.resilience4j.cache.event.AbstractCacheEvent
io.github.resilience4j.cache.event.CacheOnErrorEvent
- All Implemented Interfaces:
CacheEvent
A CacheEvent which informs that accessing the cache has caused an exception.
-
Nested Class Summary
Nested classes/interfaces inherited from interface CacheEvent
CacheEvent.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCacheEvent
getCacheName, getCreationTime
-
Field Details
-
throwable
-
-
Constructor Details
-
CacheOnErrorEvent
-
-
Method Details
-
getEventType
Description copied from interface:CacheEventReturns the type of the Cache event.- Returns:
- the type of the Cache event
-
getThrowable
-
toString
-