Interface EnvironmentDependentProviderFactory

    • Method Detail

      • isSupported

        boolean isSupported()
        Deprecated.
        Prefer overriding/using the isSupported(Config.Scope) method.
        Returns:
        true if the provider is supported and should be available, false otherwise
      • isSupported

        default boolean isSupported​(Config.Scope config)
        An alternative to isSupported() method to check if the provider is supported based on the provider configuration.
        Parameters:
        config - the provider configuration
        Returns:
        true if the provider is supported. Otherwise, false.