Uses of Interface
cloud.opencode.base.cache.event.CacheEventDispatcher.EventErrorHandler
Packages that use CacheEventDispatcher.EventErrorHandler
-
Uses of CacheEventDispatcher.EventErrorHandler in cloud.opencode.base.cache.event
Methods in cloud.opencode.base.cache.event that return CacheEventDispatcher.EventErrorHandlerModifier and TypeMethodDescriptionstatic <K,V> CacheEventDispatcher.EventErrorHandler <K, V> CacheEventDispatcher.EventErrorHandler.ignore()Handler that silently ignores errors 静默忽略错误的处理器static <K,V> CacheEventDispatcher.EventErrorHandler <K, V> CacheEventDispatcher.EventErrorHandler.logAndContinue()Default handler that logs and continues 默认处理器:记录日志并继续static <K,V> CacheEventDispatcher.EventErrorHandler <K, V> CacheEventDispatcher.EventErrorHandler.rethrow()Handler that rethrows exceptions 重新抛出异常的处理器Methods in cloud.opencode.base.cache.event with parameters of type CacheEventDispatcher.EventErrorHandlerModifier and TypeMethodDescriptionCacheEventDispatcher.Builder.errorHandler(CacheEventDispatcher.EventErrorHandler<K, V> errorHandler) Set error handler 设置错误处理器