Interface NessieClientCustomizer

  • 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 NessieClientCustomizer
    Interface for customizing the Nessie Client use in tests. This interface can be implemented by the test class (in which case it will be called implicitly by NessieClientResolver), or its implementation can be passed to NessieClientFactory.make(NessieClientCustomizer) explicitly.
    • Method Detail

      • configure

        org.projectnessie.client.NessieClientBuilder<?> configure​(org.projectnessie.client.NessieClientBuilder<?> builder,
                                                                  NessieApiVersion apiVersion)