Package org.projectnessie.api.v1
Interface ConfigApi
-
- All Known Subinterfaces:
HttpConfigApi
public interface ConfigApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NessieConfigurationgetConfig()Get the server configuration.
-
-
-
Method Detail
-
getConfig
NessieConfiguration getConfig()
Get the server configuration.
-
-