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 path there is no guaranteed order in which they will be applied.
-
Method Summary
Modifier and TypeMethodDescriptionvoidextend(OperationalConfigNamespaceHandler handler) Add extensions to theOperationalConfigNamespaceHandler.
-
Method Details
-
extend
Add extensions to theOperationalConfigNamespaceHandler.- Parameters:
handler- theOperationalConfigNamespaceHandlerto extend
-