Interface NessieClientNameResolver

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface NessieClientNameResolver
    Test classes that implement this interface can specify a different Nessie client by its name and optionally a set of configuration options.
    • Method Detail

      • nessieClientName

        java.lang.String nessieClientName()
      • mainNessieClientConfigMap

        default java.util.Map<java.lang.String,​java.lang.String> mainNessieClientConfigMap()
        When overriding this function, make sure to use the map of this implementation to include the nessieClientName().