Package org.projectnessie.client.ext
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 NessieClientNameResolverTest classes that implement this interface can specify a different Nessie client by its name and optionally a set of configuration options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description 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 thenessieClientName().java.lang.StringnessieClientName()
-
-
-
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 thenessieClientName().
-
-