Interface OperationalConfigNamespaceHandler.Extension
- Enclosing class:
OperationalConfigNamespaceHandler
public static interface OperationalConfigNamespaceHandler.Extension
Implementations of
OperationalConfigNamespaceHandler.Extension
are able to modify the OperationalConfigNamespaceHandler
before it is used.
Instances of OperationalConfigNamespaceHandler.Extension
are discovered using the ServiceLoader
. If multiple
instances are on the class pathe there is no guaranteed order in which they will be applied.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
extend
(OperationalConfigNamespaceHandler handler) Add extensions to theOperationalConfigNamespaceHandler
.
-
Method Details
-
extend
Add extensions to theOperationalConfigNamespaceHandler
.- Parameters:
handler
- theOperationalConfigNamespaceHandler
to extend
-