Interface SecretKeysHandlerFactory


public interface SecretKeysHandlerFactory
This SecretKeysHandlerFactory allows to initialize a SecretKeysHandler, with access to the current ConfigSourceContext.

Instances of this interface will be discovered via the ServiceLoader mechanism and can be registered by providing a META-INF/services/io.smallrye.config.SecretKeysHandlerFactory file, which contains the fully qualified class name of the custom SecretKeysHandlerFactory implementation.