Package org.projectnessie.client.config
Interface NessieClientConfigSource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Helper functional interface adding a fallback-mechanism to chain multiple config-sources.
-
Method Summary
Modifier and TypeMethodDescriptiondefault NessieClientConfigSourcefallbackTo(NessieClientConfigSource fallback)
-
Method Details
-
getValue
-
fallbackTo
@Nonnull @Nonnull default NessieClientConfigSource fallbackTo(@Nonnull @Nonnull NessieClientConfigSource fallback) -
asFunction
-