Interface CacheConfigNamespaceHandler.Extension
- Enclosing class:
CacheConfigNamespaceHandler
public static interface CacheConfigNamespaceHandler.Extension
A class that can add extensions to the
CacheConfigNamespaceHandler
.
Extensions will be discovered at runtime using the ServiceLoader
.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
extend
(CacheConfigNamespaceHandler handler) Add any extensions to the specifiedCacheConfigNamespaceHandler
.
-
Method Details
-
extend
Add any extensions to the specifiedCacheConfigNamespaceHandler
.- Parameters:
handler
- theCacheConfigNamespaceHandler
to extend
-