Package org.projectnessie.client.api
Interface NessieApi
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
NessieApiV1
- All Known Implementing Classes:
HttpApiV1
public interface NessieApi extends AutoCloseable
Base interface for all Nessie-API versions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-