Interface CacheConfigNamespaceHandler.Extension
-
- Enclosing class:
- CacheConfigNamespaceHandler
public static interface CacheConfigNamespaceHandler.Extension
A class that can add extensions to theCacheConfigNamespaceHandler
.Extensions will be discovered at runtime using the
ServiceLoader
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extend(CacheConfigNamespaceHandler handler)
Add any extensions to the specifiedCacheConfigNamespaceHandler
.
-
-
-
Method Detail
-
extend
void extend(CacheConfigNamespaceHandler handler)
Add any extensions to the specifiedCacheConfigNamespaceHandler
.- Parameters:
handler
- theCacheConfigNamespaceHandler
to extend
-
-