Package org.projectnessie.client.ext
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 NessieClientCustomizerInterface 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 byNessieClientResolver), or its implementation can be passed toNessieClientFactory.make(NessieClientCustomizer)explicitly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.client.NessieClientBuilderconfigure(org.projectnessie.client.NessieClientBuilder builder, NessieApiVersion apiVersion)
-
-
-
Method Detail
-
configure
org.projectnessie.client.NessieClientBuilder configure(org.projectnessie.client.NessieClientBuilder builder, NessieApiVersion apiVersion)
-
-